Class ApiOperationRequestRepresentationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApiOperationRequestRepresentationArgs : ResourceArgs
Constructors
View SourceApiOperationRequestRepresentationArgs()
Declaration
public ApiOperationRequestRepresentationArgs()
Properties
View SourceContentType
The Content Type of this representation, such as application/json.
Declaration
public Input<string> ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FormParameters
One or more form_parameter block as defined above.
Declaration
public InputList<ApiOperationRequestRepresentationFormParameterArgs> FormParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ApiOperationRequestRepresentationFormParameterArgs> |
Sample
An example of this representation.
Declaration
public Input<string> Sample { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
TypeName
The Type Name defined by the Schema.
Declaration
public Input<string> TypeName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |