Class ApiOperationResponseArgs
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 ApiOperationResponseArgs : ResourceArgs
Constructors
View SourceApiOperationResponseArgs()
Declaration
public ApiOperationResponseArgs()
Properties
View SourceDescription
A description of the HTTP Response, which may include HTML tags.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Headers
One or more header blocks as defined above.
Declaration
public InputList<ApiOperationResponseHeaderArgs> Headers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ApiOperationResponseHeaderArgs> |
Representations
One or more representation blocks as defined below.
Declaration
public InputList<ApiOperationResponseRepresentationArgs> Representations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ApiOperationResponseRepresentationArgs> |
StatusCode
The HTTP Status Code.
Declaration
public Input<int> StatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |