Class ApiOperationResponseGetArgs
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 ApiOperationResponseGetArgs : ResourceArgs
Constructors
View SourceApiOperationResponseGetArgs()
Declaration
public ApiOperationResponseGetArgs()
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<ApiOperationResponseHeaderGetArgs> Headers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ApiOperationResponseHeaderGetArgs> |
Representations
One or more representation blocks as defined below.
Declaration
public InputList<ApiOperationResponseRepresentationGetArgs> Representations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ApiOperationResponseRepresentationGetArgs> |
StatusCode
The HTTP Status Code.
Declaration
public Input<int> StatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |