Show / Hide Table of Contents

Class ApiSchemaArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApiSchemaArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApiSchemaArgs : ResourceArgs

Constructors

View Source

ApiSchemaArgs()

Declaration
public ApiSchemaArgs()

Properties

View Source

ApiManagementName

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>
View Source

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>
View Source

ContentType

The content type of the API Schema.

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

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.