TagDescriptionContract Constructors

Definition

Overloads

TagDescriptionContract()

Initializes a new instance of the TagDescriptionContract class.

TagDescriptionContract(String, String, String, String, String, String, String, String)

Initializes a new instance of the TagDescriptionContract class.

TagDescriptionContract()

Initializes a new instance of the TagDescriptionContract class.

public TagDescriptionContract ();
Public Sub New ()

Applies to

TagDescriptionContract(String, String, String, String, String, String, String, String)

Initializes a new instance of the TagDescriptionContract class.

public TagDescriptionContract (string id = default, string name = default, string type = default, string description = default, string externalDocsUrl = default, string externalDocsDescription = default, string tagId = default, string displayName = default);
new Microsoft.Azure.Management.ApiManagement.Models.TagDescriptionContract : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.TagDescriptionContract
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional description As String = Nothing, Optional externalDocsUrl As String = Nothing, Optional externalDocsDescription As String = Nothing, Optional tagId As String = Nothing, Optional displayName 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"

description
String

Description of the Tag.

externalDocsUrl
String

Absolute URL of external resources describing the tag.

externalDocsDescription
String

Description of the external resources describing the tag.

tagId
String

Identifier of the tag in the form of /tags/{tagId}

displayName
String

Tag name.

Applies to