Show / Hide Table of Contents

Class ApiVersionSetState

Inheritance
System.Object
InputArgs
ResourceArgs
ApiVersionSetState
Inherited Members
ResourceArgs.Empty
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 ApiVersionSetState : ResourceArgs

Constructors

View Source

ApiVersionSetState()

Declaration
public ApiVersionSetState()

Properties

View Source

ApiManagementName

The name of the API Management Service in which the API Version Set should exist. Changing this forces a new resource to be created.

Declaration
public Input<string> ApiManagementName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

The description of API Version Set.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DisplayName

The display name of this API Version Set.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the API Version Set. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the Resource Group in which the parent API Management Service exists. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VersionHeaderName

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

Declaration
public Input<string> VersionHeaderName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VersioningScheme

Specifies where in an Inbound HTTP Request that the API Version should be read from. Possible values are Header, Query and Segment.

Declaration
public Input<string> VersioningScheme { get; set; }
Property Value
Type Description
Input<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 Input<string> VersionQueryName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.