GetBlobInventoryPolicyResult

data class GetBlobInventoryPolicyResult(val azureApiVersion: String, val id: String, val lastModifiedTime: String, val name: String, val policy: BlobInventoryPolicySchemaResponse, val systemData: SystemDataResponse, val type: String)

The storage account blob inventory policy.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, lastModifiedTime: String, name: String, policy: BlobInventoryPolicySchemaResponse, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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

Returns the last modified date and time of the blob inventory policy.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The storage account blob inventory policy object. It is composed of policy rules.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

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