GetAssetResult

data class GetAssetResult(val alternateId: String? = null, val assetId: String, val azureApiVersion: String, val container: String? = null, val created: String, val description: String? = null, val encryptionScope: String? = null, val id: String, val lastModified: String, val name: String, val storageAccountName: String? = null, val storageEncryptionFormat: String, val systemData: SystemDataResponse, val type: String)

An Asset.

Constructors

Link copied to clipboard
constructor(alternateId: String? = null, assetId: String, azureApiVersion: String, container: String? = null, created: String, description: String? = null, encryptionScope: String? = null, id: String, lastModified: String, name: String, storageAccountName: String? = null, storageEncryptionFormat: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alternateId: String? = null

The alternate ID of the Asset.

Link copied to clipboard

The Asset ID.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val container: String? = null

The name of the asset blob container.

Link copied to clipboard

The creation date of the Asset.

Link copied to clipboard
val description: String? = null

The Asset description.

Link copied to clipboard
val encryptionScope: String? = null

The Asset container encryption scope in the storage account.

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 last modified date of the Asset.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The name of the storage account.

Link copied to clipboard

The Asset encryption format. One of None or MediaStorageEncryption.

Link copied to clipboard

The system metadata relating to this resource.

Link copied to clipboard

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