Class ApiSchemaArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApiSchemaArgs : ResourceArgs
Constructors
View SourceApiSchemaArgs()
Declaration
public ApiSchemaArgs()
Properties
View SourceApiManagementName
The Name of the API Management Service where the API exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ApiManagementName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ApiName
The name of the API within the API Management Service where this API Schema should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> ApiName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ContentType
The content type of the API Schema.
Declaration
public Input<string> ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The Name of the Resource Group in which the API Management Service exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SchemaId
A unique identifier for this API Schema. Changing this forces a new resource to be created.
Declaration
public Input<string> SchemaId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The JSON escaped string defining the document representing the Schema.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |