Class ApiSystemParameterArgs
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.AliCloud.ApiGateway.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApiSystemParameterArgs : ResourceArgs
Constructors
View SourceApiSystemParameterArgs()
Declaration
public ApiSystemParameterArgs()
Properties
View SourceIn
System parameter location; values: 'HEAD' and 'QUERY'.
Declaration
public Input<string> In { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
System parameter name which supports values including in system parameter list
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NameService
Backend service's parameter name.
Declaration
public Input<string> NameService { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |