Class ApiSubscriptionKeyParameterNamesGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApiSubscriptionKeyParameterNamesGetArgs : ResourceArgs
Constructors
View SourceApiSubscriptionKeyParameterNamesGetArgs()
Declaration
public ApiSubscriptionKeyParameterNamesGetArgs()
Properties
View SourceHeader
The name of the HTTP Header which should be used for the Subscription Key.
Declaration
public Input<string> Header { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Query
The name of the QueryString parameter which should be used for the Subscription Key.
Declaration
public Input<string> Query { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |