Share via


ContentItemContract Constructors

Definition

Overloads

ContentItemContract()

Initializes a new instance of the ContentItemContract class.

ContentItemContract(String, String, String, IDictionary<String,Object>)

Initializes a new instance of the ContentItemContract class.

ContentItemContract()

Initializes a new instance of the ContentItemContract class.

public ContentItemContract ();
Public Sub New ()

Applies to

ContentItemContract(String, String, String, IDictionary<String,Object>)

Initializes a new instance of the ContentItemContract class.

public ContentItemContract (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,object> properties = default);
new Microsoft.Azure.Management.ApiManagement.Models.ContentItemContract : string * string * string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.ApiManagement.Models.ContentItemContract
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As IDictionary(Of String, Object) = 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"

properties
IDictionary<String,Object>

Properties of the content item.

Applies to