StoragePoolEnableAvsConnectionContent(ResourceIdentifier) 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 StoragePoolEnableAvsConnectionContent.
public StoragePoolEnableAvsConnectionContent(Azure.Core.ResourceIdentifier clusterResourceId);
new Azure.ResourceManager.PureStorageBlock.Models.StoragePoolEnableAvsConnectionContent : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.PureStorageBlock.Models.StoragePoolEnableAvsConnectionContent
Public Sub New (clusterResourceId As ResourceIdentifier)
Parameters
- clusterResourceId
- ResourceIdentifier
Azure resource ID of the AVS SDDC to connect to.
Exceptions
clusterResourceId is null.