| Modifier and Type | Method and Description |
|---|---|
MountConfiguration |
MountConfiguration.withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)
Set this property is mutually exclusive with all other properties.
|
MountConfiguration |
MountConfiguration.withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)
Set this property is mutually exclusive with all other properties.
|
MountConfiguration |
MountConfiguration.withCifsMountConfiguration(CIFSMountConfiguration cifsMountConfiguration)
Set this property is mutually exclusive with all other properties.
|
MountConfiguration |
MountConfiguration.withNfsMountConfiguration(NFSMountConfiguration nfsMountConfiguration)
Set this property is mutually exclusive with all other properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<MountConfiguration> |
Pool.mountConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withMountConfiguration(List<MountConfiguration> mountConfigurations)
Specifies the file system configuration for the pool to mount on each node.
|
Pool.UpdateDefinitionStages.WithAttach<ParentT> |
Pool.UpdateDefinitionStages.WithAttach.withMountConfiguration(List<MountConfiguration> mountConfigurations)
Specifies the file system configuration for the pool to mount on each node.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withMountConfiguration(List<MountConfiguration> mountConfigurations)
Specifies the file system configuration for the pool to mount on each node.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/