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