GlobalSchemaContract Class

Definition

Global Schema Contract details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class GlobalSchemaContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GlobalSchemaContract = class
    inherit Resource
Public Class GlobalSchemaContract
Inherits Resource
Inheritance
GlobalSchemaContract
Attributes

Constructors

GlobalSchemaContract()

Initializes a new instance of the GlobalSchemaContract class.

GlobalSchemaContract(String, String, String, String, String, Object, Object)

Initializes a new instance of the GlobalSchemaContract class.

Properties

Description

Gets or sets free-form schema entity description.

Document

Gets or sets global Schema document object for json-based schema formats(e.g. json schema).

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
SchemaType

Gets or sets schema Type. Immutable. Possible values include: 'Xml', 'Json'

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)
Value

Gets or sets json-encoded string for non json-based schema.

Methods

Validate()

Validate the object.

Applies to