ArmPureStorageBlockModelFactory.PureStorageAvs 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.
Connected AVS status.
public static Azure.ResourceManager.PureStorageBlock.Models.PureStorageAvs PureStorageAvs(bool isAvsEnabled = false, Azure.Core.ResourceIdentifier clusterResourceId = default);
static member PureStorageAvs : bool * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.PureStorageBlock.Models.PureStorageAvs
Public Shared Function PureStorageAvs (Optional isAvsEnabled As Boolean = false, Optional clusterResourceId As ResourceIdentifier = Nothing) As PureStorageAvs
Parameters
- isAvsEnabled
- Boolean
If true, an AVS SDDC is successfully connected to the storage pool.
- clusterResourceId
- ResourceIdentifier
Azure resource ID of the AVS SDDC the storage pool is connected to.
Returns
A new PureStorageAvs instance for mocking.