Show / Hide Table of Contents

Class GetApiVersionSetResult

Inheritance
System.Object
GetApiVersionSetResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetApiVersionSetResult

Fields

View Source

ApiManagementName

Declaration
public readonly string ApiManagementName
Field Value
Type Description
System.String
View Source

Description

The description of API Version Set.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

DisplayName

The display name of this API Version Set.

Declaration
public readonly string DisplayName
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

VersionHeaderName

The name of the Header which should be read from Inbound Requests which defines the API Version.

Declaration
public readonly string VersionHeaderName
Field Value
Type Description
System.String
View Source

VersioningScheme

Declaration
public readonly string VersioningScheme
Field Value
Type Description
System.String
View Source

VersionQueryName

The name of the Query String which should be read from Inbound Requests which defines the API Version.

Declaration
public readonly string VersionQueryName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.