AvsPureStorageVolume(ResourceIdentifier, Int32) 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 AvsPureStorageVolume.
public AvsPureStorageVolume(Azure.Core.ResourceIdentifier storagePoolId, int sizeGb);
new Azure.ResourceManager.Avs.Models.AvsPureStorageVolume : Azure.Core.ResourceIdentifier * int -> Azure.ResourceManager.Avs.Models.AvsPureStorageVolume
Public Sub New (storagePoolId As ResourceIdentifier, sizeGb As Integer)
Parameters
- storagePoolId
- ResourceIdentifier
Azure resource ID of the Pure Storage Pool.
- sizeGb
- Int32
Volume size to be used to create a Virtual Volumes (vVols) datastore.
Exceptions
storagePoolId is null.