ArmAvsModelFactory.AvsPureStoragePolicyProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of a Pure Storage Policy Based Management policy.
public static Azure.ResourceManager.Avs.Models.AvsPureStoragePolicyProperties AvsPureStoragePolicyProperties(string storagePolicyDefinition = default, string storagePoolId = default, Azure.ResourceManager.Avs.Models.AvsPureStoragePolicyProvisioningState? provisioningState = default);
static member AvsPureStoragePolicyProperties : string * string * Nullable<Azure.ResourceManager.Avs.Models.AvsPureStoragePolicyProvisioningState> -> Azure.ResourceManager.Avs.Models.AvsPureStoragePolicyProperties
Public Shared Function AvsPureStoragePolicyProperties (Optional storagePolicyDefinition As String = Nothing, Optional storagePoolId As String = Nothing, Optional provisioningState As Nullable(Of AvsPureStoragePolicyProvisioningState) = Nothing) As AvsPureStoragePolicyProperties
Parameters
- storagePolicyDefinition
- String
Definition of a Pure Storage Policy Based Management policy.
- storagePoolId
- String
Azure resource ID of the Pure Storage Pool associated with the storage policy.
- provisioningState
- Nullable<AvsPureStoragePolicyProvisioningState>
The state of the Pure Storage Policy Based Management policy provisioning.
Returns
A new AvsPureStoragePolicyProperties instance for mocking.