Class ApiOperationResponseRepresentation
Inheritance
System.Object
ApiOperationResponseRepresentation
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 ApiOperationResponseRepresentation
Fields
View SourceContentType
The Content Type of this representation, such as application/json.
Declaration
public readonly string ContentType
Field Value
| Type | Description |
|---|---|
| System.String |
FormParameters
One or more form_parameter block as defined above.
Declaration
public readonly ImmutableArray<ApiOperationResponseRepresentationFormParameter> FormParameters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ApiOperationResponseRepresentationFormParameter> |
Sample
An example of this representation.
Declaration
public readonly string Sample
Field Value
| Type | Description |
|---|---|
| System.String |
SchemaId
The ID of an API Management Schema which represents this Response.
Declaration
public readonly string SchemaId
Field Value
| Type | Description |
|---|---|
| System.String |
TypeName
The Type Name defined by the Schema.
Declaration
public readonly string TypeName
Field Value
| Type | Description |
|---|---|
| System.String |