Show / Hide Table of Contents

Class ApiOperationRequestRepresentation

Inheritance
System.Object
ApiOperationRequestRepresentation
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 ApiOperationRequestRepresentation

Fields

View Source

ContentType

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

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

FormParameters

One or more form_parameter block as defined above.

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

Sample

An example of this representation.

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

SchemaId

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

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

TypeName

The Type Name defined by the Schema.

Declaration
public readonly string TypeName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.