Show / Hide Table of Contents

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 Source

Description

A description of the HTTP Response, which may include HTML tags.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Headers

One or more header blocks as defined above.

Declaration
public readonly ImmutableArray<ApiOperationResponseHeader> Headers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ApiOperationResponseHeader>
View Source

Representations

One or more representation blocks as defined below.

Declaration
public readonly ImmutableArray<ApiOperationResponseRepresentation> Representations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ApiOperationResponseRepresentation>
View Source

StatusCode

The HTTP Status Code.

Declaration
public readonly int StatusCode
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.