AvsPureStoragePolicyProperties(String, String) Constructor
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.
Initializes a new instance of AvsPureStoragePolicyProperties.
public AvsPureStoragePolicyProperties(string storagePolicyDefinition, string storagePoolId);
new Azure.ResourceManager.Avs.Models.AvsPureStoragePolicyProperties : string * string -> Azure.ResourceManager.Avs.Models.AvsPureStoragePolicyProperties
Public Sub New (storagePolicyDefinition As String, storagePoolId As String)
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.
Exceptions
storagePolicyDefinition
or storagePoolId
is null.