Get Blob Inventory Policy Result
data class GetBlobInventoryPolicyResult(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(id: String, lastModifiedTime: String, name: String, policy: BlobInventoryPolicySchemaResponse, systemData: SystemDataResponse, type: String)