get Management Policy
Gets the managementpolicy associated with the specified storage account. API Version: 2021-02-01.
Return
The Get Storage Account ManagementPolicies operation response.
Parameters
argument
null
suspend fun getManagementPolicy(accountName: String, managementPolicyName: String, resourceGroupName: String): GetManagementPolicyResult
Return
The Get Storage Account ManagementPolicies operation response.
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.
management Policy Name
The name of the Storage Account Management 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 getManagementPolicy(argument: suspend GetManagementPolicyPlainArgsBuilder.() -> Unit): GetManagementPolicyResult
Return
The Get Storage Account ManagementPolicies operation response.
Parameters
argument
Builder for com.pulumi.azurenative.storage.kotlin.inputs.GetManagementPolicyPlainArgs.