get Pure Storage Policy
suspend fun getPureStoragePolicy(argument: GetPureStoragePolicyPlainArgs): GetPureStoragePolicyResult
Get a PureStoragePolicy Uses Azure REST API version 2024-09-01.
Return
An instance describing a Pure Storage Policy Based Management policy
Parameters
argument
null
suspend fun getPureStoragePolicy(privateCloudName: String, resourceGroupName: String, storagePolicyName: String): GetPureStoragePolicyResult
Return
An instance describing a Pure Storage Policy Based Management policy
Parameters
private Cloud Name
Name of the private cloud
resource Group Name
The name of the resource group. The name is case insensitive.
storage Policy Name
Name of the storage policy.
See also
suspend fun getPureStoragePolicy(argument: suspend GetPureStoragePolicyPlainArgsBuilder.() -> Unit): GetPureStoragePolicyResult
Return
An instance describing a Pure Storage Policy Based Management policy
Parameters
argument
Builder for com.pulumi.azurenative.avs.kotlin.inputs.GetPureStoragePolicyPlainArgs.