Class ApiOperationResponse
Inheritance
System.Object
ApiOperationResponse
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApiOperationResponse
Fields
View SourceDescription
A description of the HTTP Response, which may include HTML tags.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Headers
One or more header blocks as defined above.
Declaration
public readonly ImmutableArray<ApiOperationResponseHeader> Headers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ApiOperationResponseHeader> |
Representations
One or more representation blocks as defined below.
Declaration
public readonly ImmutableArray<ApiOperationResponseRepresentation> Representations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ApiOperationResponseRepresentation> |
StatusCode
The HTTP Status Code.
Declaration
public readonly int StatusCode
Field Value
| Type | Description |
|---|---|
| System.Int32 |