StorageContainerProperties(String, String) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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)
Parâmetros
- name
- String
Obtém ou define o nome.
- clusterSharedVolumePath
- String
Obtém ou define o ClusterSharedVolumePath.
Exceções
name
ou clusterSharedVolumePath
é nulo.