get Blob Inventory Policy
suspend fun getBlobInventoryPolicy(argument: GetBlobInventoryPolicyPlainArgs): GetBlobInventoryPolicyResult
Gets the blob inventory policy associated with the specified storage account. API Version: 2021-02-01.
Return
The storage account blob inventory policy.
Parameters
argument
null
suspend fun getBlobInventoryPolicy(accountName: String, blobInventoryPolicyName: String, resourceGroupName: String): GetBlobInventoryPolicyResult
Return
The storage account blob inventory policy.
Parameters
account Name
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
blob Inventory Policy Name
The name of the storage account blob inventory policy. It should always be 'default'
resource Group Name
The name of the resource group within the user's subscription. The name is case insensitive.
See also
suspend fun getBlobInventoryPolicy(argument: suspend GetBlobInventoryPolicyPlainArgsBuilder.() -> Unit): GetBlobInventoryPolicyResult
Return
The storage account blob inventory policy.
Parameters
argument
Builder for com.pulumi.azurenative.storage.kotlin.inputs.GetBlobInventoryPolicyPlainArgs.