GetApiTagDescriptionResult

data class GetApiTagDescriptionResult(val description: String? = null, val displayName: String? = null, val externalDocsDescription: String? = null, val externalDocsUrl: String? = null, val id: String, val name: String, val tagId: String? = null, val type: String)

Contract details.

Constructors

Link copied to clipboard
constructor(description: String? = null, displayName: String? = null, externalDocsDescription: String? = null, externalDocsUrl: String? = null, id: String, name: String, tagId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the Tag.

Link copied to clipboard
val displayName: String? = null

Tag name.

Link copied to clipboard

Description of the external resources describing the tag.

Link copied to clipboard
val externalDocsUrl: String? = null

Absolute URL of external resources describing the tag.

Link copied to clipboard
val id: String

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

Link copied to clipboard

The name of the resource

Link copied to clipboard
val tagId: String? = null

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

Link copied to clipboard

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