public class MountConfiguration extends Object
| Constructor and Description |
|---|
MountConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AzureBlobFileSystemConfiguration |
azureBlobFileSystemConfiguration()
Get this property is mutually exclusive with all other properties.
|
AzureFileShareConfiguration |
azureFileShareConfiguration()
Get this property is mutually exclusive with all other properties.
|
CIFSMountConfiguration |
cifsMountConfiguration()
Get this property is mutually exclusive with all other properties.
|
NFSMountConfiguration |
nfsMountConfiguration()
Get this property is mutually exclusive with all other properties.
|
MountConfiguration |
withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)
Set this property is mutually exclusive with all other properties.
|
MountConfiguration |
withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)
Set this property is mutually exclusive with all other properties.
|
MountConfiguration |
withCifsMountConfiguration(CIFSMountConfiguration cifsMountConfiguration)
Set this property is mutually exclusive with all other properties.
|
MountConfiguration |
withNfsMountConfiguration(NFSMountConfiguration nfsMountConfiguration)
Set this property is mutually exclusive with all other properties.
|
public AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration()
public MountConfiguration withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)
azureBlobFileSystemConfiguration - the azureBlobFileSystemConfiguration value to setpublic NFSMountConfiguration nfsMountConfiguration()
public MountConfiguration withNfsMountConfiguration(NFSMountConfiguration nfsMountConfiguration)
nfsMountConfiguration - the nfsMountConfiguration value to setpublic CIFSMountConfiguration cifsMountConfiguration()
public MountConfiguration withCifsMountConfiguration(CIFSMountConfiguration cifsMountConfiguration)
cifsMountConfiguration - the cifsMountConfiguration value to setpublic AzureFileShareConfiguration azureFileShareConfiguration()
public MountConfiguration withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)
azureFileShareConfiguration - the azureFileShareConfiguration value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/