MountConfiguration Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
MountConfiguration() |
Inicjuje nowe wystąpienie klasy MountConfiguration. |
MountConfiguration(AzureBlobFileSystemConfiguration, NFSMountConfiguration, CIFSMountConfiguration, AzureFileShareConfiguration) |
Inicjuje nowe wystąpienie klasy MountConfiguration. |
MountConfiguration()
Inicjuje nowe wystąpienie klasy MountConfiguration.
public MountConfiguration ();
Public Sub New ()
Dotyczy
MountConfiguration(AzureBlobFileSystemConfiguration, NFSMountConfiguration, CIFSMountConfiguration, AzureFileShareConfiguration)
Inicjuje nowe wystąpienie klasy MountConfiguration.
public MountConfiguration (Microsoft.Azure.Management.Batch.Models.AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration = default, Microsoft.Azure.Management.Batch.Models.NFSMountConfiguration nfsMountConfiguration = default, Microsoft.Azure.Management.Batch.Models.CIFSMountConfiguration cifsMountConfiguration = default, Microsoft.Azure.Management.Batch.Models.AzureFileShareConfiguration azureFileShareConfiguration = default);
new Microsoft.Azure.Management.Batch.Models.MountConfiguration : Microsoft.Azure.Management.Batch.Models.AzureBlobFileSystemConfiguration * Microsoft.Azure.Management.Batch.Models.NFSMountConfiguration * Microsoft.Azure.Management.Batch.Models.CIFSMountConfiguration * Microsoft.Azure.Management.Batch.Models.AzureFileShareConfiguration -> Microsoft.Azure.Management.Batch.Models.MountConfiguration
Public Sub New (Optional azureBlobFileSystemConfiguration As AzureBlobFileSystemConfiguration = Nothing, Optional nfsMountConfiguration As NFSMountConfiguration = Nothing, Optional cifsMountConfiguration As CIFSMountConfiguration = Nothing, Optional azureFileShareConfiguration As AzureFileShareConfiguration = Nothing)
Parametry
- azureBlobFileSystemConfiguration
- AzureBlobFileSystemConfiguration
Kontener usługi Azure Storage do zainstalowania przy użyciu funkcji FUSE obiektu blob w każdym węźle.
- nfsMountConfiguration
- NFSMountConfiguration
System plików NFS do zainstalowania w każdym węźle.
- cifsMountConfiguration
- CIFSMountConfiguration
System plików CIFS/SMB do zainstalowania w każdym węźle.
- azureFileShareConfiguration
- AzureFileShareConfiguration
Udział plików platformy Azure do zainstalowania w każdym węźle.
Dotyczy
Azure SDK for .NET