AzureStorageSmbFileShareEndpointProperties(ResourceIdentifier, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance d’AzureStorageSmbFileShareEndpointProperties.
public AzureStorageSmbFileShareEndpointProperties (Azure.Core.ResourceIdentifier storageAccountResourceId, string fileShareName);
new Azure.ResourceManager.StorageMover.Models.AzureStorageSmbFileShareEndpointProperties : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.StorageMover.Models.AzureStorageSmbFileShareEndpointProperties
Public Sub New (storageAccountResourceId As ResourceIdentifier, fileShareName As String)
Paramètres
- storageAccountResourceId
- ResourceIdentifier
ID de ressource Azure du compte de stockage.
- fileShareName
- String
Nom du partage de fichiers Stockage Azure.
Exceptions
storageAccountResourceId
ou fileShareName
est null.