Show / Hide Table of Contents

Class ApiOperationRequestRepresentationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApiOperationRequestRepresentationArgs
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 ApiOperationRequestRepresentationArgs : ResourceArgs

Constructors

View Source

ApiOperationRequestRepresentationArgs()

Declaration
public ApiOperationRequestRepresentationArgs()

Properties

View Source

ContentType

The Content Type of this representation, such as application/json.

Declaration
public Input<string> ContentType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FormParameters

One or more form_parameter block as defined above.

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

Sample

An example of this representation.

Declaration
public Input<string> Sample { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SchemaId

The ID of an API Management Schema which represents this Response.

Declaration
public Input<string> SchemaId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TypeName

The Type Name defined by the Schema.

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