Show / Hide Table of Contents

Class ApiOperationResponseGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApiOperationResponseGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

ApiOperationResponseGetArgs()

Declaration
public ApiOperationResponseGetArgs()

Properties

View Source

Description

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>
View Source

Headers

One or more header blocks as defined above.

Declaration
public InputList<ApiOperationResponseHeaderGetArgs> Headers { get; set; }
Property Value
Type Description
InputList<ApiOperationResponseHeaderGetArgs>
View Source

Representations

One or more representation blocks as defined below.

Declaration
public InputList<ApiOperationResponseRepresentationGetArgs> Representations { get; set; }
Property Value
Type Description
InputList<ApiOperationResponseRepresentationGetArgs>
View Source

StatusCode

The HTTP Status Code.

Declaration
public Input<int> StatusCode { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.