AzureStorageNfsFileShareEndpointProperties(ResourceIdentifier, String) 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 AzureStorageNfsFileShareEndpointProperties.
public AzureStorageNfsFileShareEndpointProperties(Azure.Core.ResourceIdentifier storageAccountResourceId, string fileShareName);
new Azure.ResourceManager.StorageMover.Models.AzureStorageNfsFileShareEndpointProperties : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.StorageMover.Models.AzureStorageNfsFileShareEndpointProperties
Public Sub New (storageAccountResourceId As ResourceIdentifier, fileShareName As String)
Parameters
- storageAccountResourceId
- ResourceIdentifier
The Azure Resource ID of the storage account.
- fileShareName
- String
The name of the Azure Storage NFS file share.
Exceptions
storageAccountResourceId or fileShareName is null.