Share via


ContentTypeContract Constructors

Definition

Overloads

ContentTypeContract()

Initializes a new instance of the ContentTypeContract class.

ContentTypeContract(String, String, String, String, String, String, Object, String)

Initializes a new instance of the ContentTypeContract class.

ContentTypeContract()

Initializes a new instance of the ContentTypeContract class.

public ContentTypeContract ();
Public Sub New ()

Applies to

ContentTypeContract(String, String, String, String, String, String, Object, String)

Initializes a new instance of the ContentTypeContract class.

public ContentTypeContract (string id = default, string name = default, string type = default, string contentTypeContractId = default, string contentTypeContractName = default, string description = default, object schema = default, string version = default);
new Microsoft.Azure.Management.ApiManagement.Models.ContentTypeContract : string * string * string * string * string * string * obj * string -> Microsoft.Azure.Management.ApiManagement.Models.ContentTypeContract
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional contentTypeContractId As String = Nothing, Optional contentTypeContractName As String = Nothing, Optional description As String = Nothing, Optional schema As Object = Nothing, Optional version As String = Nothing)

Parameters

id
String

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

name
String

The name of the resource

type
String

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

contentTypeContractId
String

Content type identifier

contentTypeContractName
String

Content type name. Must be 1 to 250 characters long.

description
String

Content type description.

schema
Object

Content type schema.

version
String

Content type version.

Applies to