StorageContainerProperties(String, String) Constructor

Definition

Initializes a new instance of StorageContainerProperties.

public StorageContainerProperties (string name, string clusterSharedVolumePath);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.StorageContainerProperties : string * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.StorageContainerProperties
Public Sub New (name As String, clusterSharedVolumePath As String)

Parameters

name
String

Gets or sets the Name.

clusterSharedVolumePath
String

Gets or sets the ClusterSharedVolumePath.

Exceptions

name or clusterSharedVolumePath is null.

Applies to