### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.MountConfiguration"
fullName: "com.microsoft.azure.management.batch.MountConfiguration"
name: "MountConfiguration"
nameWithType: "MountConfiguration"
summary: "The file system to mount on each node."
inheritances:
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **MountConfiguration**"
constructors:
- uid: "com.microsoft.azure.management.batch.MountConfiguration.MountConfiguration()"
fullName: "com.microsoft.azure.management.batch.MountConfiguration.MountConfiguration()"
name: "MountConfiguration()"
nameWithType: "MountConfiguration.MountConfiguration()"
syntax: "public MountConfiguration()"
methods:
- uid: "com.microsoft.azure.management.batch.MountConfiguration.azureBlobFileSystemConfiguration()"
fullName: "com.microsoft.azure.management.batch.MountConfiguration.azureBlobFileSystemConfiguration()"
name: "azureBlobFileSystemConfiguration()"
nameWithType: "MountConfiguration.azureBlobFileSystemConfiguration()"
summary: "Get this property is mutually exclusive with all other properties."
syntax: "public AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration()"
desc: "Get this property is mutually exclusive with all other properties."
returns:
description: "the azureBlobFileSystemConfiguration value"
type: ""
- uid: "com.microsoft.azure.management.batch.MountConfiguration.azureFileShareConfiguration()"
fullName: "com.microsoft.azure.management.batch.MountConfiguration.azureFileShareConfiguration()"
name: "azureFileShareConfiguration()"
nameWithType: "MountConfiguration.azureFileShareConfiguration()"
summary: "Get this property is mutually exclusive with all other properties."
syntax: "public AzureFileShareConfiguration azureFileShareConfiguration()"
desc: "Get this property is mutually exclusive with all other properties."
returns:
description: "the azureFileShareConfiguration value"
type: ""
- uid: "com.microsoft.azure.management.batch.MountConfiguration.cifsMountConfiguration()"
fullName: "com.microsoft.azure.management.batch.MountConfiguration.cifsMountConfiguration()"
name: "cifsMountConfiguration()"
nameWithType: "MountConfiguration.cifsMountConfiguration()"
summary: "Get this property is mutually exclusive with all other properties."
syntax: "public CIFSMountConfiguration cifsMountConfiguration()"
desc: "Get this property is mutually exclusive with all other properties."
returns:
description: "the cifsMountConfiguration value"
type: ""
- uid: "com.microsoft.azure.management.batch.MountConfiguration.nfsMountConfiguration()"
fullName: "com.microsoft.azure.management.batch.MountConfiguration.nfsMountConfiguration()"
name: "nfsMountConfiguration()"
nameWithType: "MountConfiguration.nfsMountConfiguration()"
summary: "Get this property is mutually exclusive with all other properties."
syntax: "public NFSMountConfiguration nfsMountConfiguration()"
desc: "Get this property is mutually exclusive with all other properties."
returns:
description: "the nfsMountConfiguration value"
type: ""
- uid: "com.microsoft.azure.management.batch.MountConfiguration.withAzureBlobFileSystemConfiguration(com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration)"
fullName: "com.microsoft.azure.management.batch.MountConfiguration.withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)"
name: "withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)"
nameWithType: "MountConfiguration.withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)"
summary: "Set this property is mutually exclusive with all other properties."
parameters:
- description: "the azureBlobFileSystemConfiguration value to set"
name: "azureBlobFileSystemConfiguration"
type: ""
syntax: "public MountConfiguration withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)"
desc: "Set this property is mutually exclusive with all other properties."
returns:
description: "the MountConfiguration object itself."
type: ""
- uid: "com.microsoft.azure.management.batch.MountConfiguration.withAzureFileShareConfiguration(com.microsoft.azure.management.batch.AzureFileShareConfiguration)"
fullName: "com.microsoft.azure.management.batch.MountConfiguration.withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)"
name: "withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)"
nameWithType: "MountConfiguration.withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)"
summary: "Set this property is mutually exclusive with all other properties."
parameters:
- description: "the azureFileShareConfiguration value to set"
name: "azureFileShareConfiguration"
type: ""
syntax: "public MountConfiguration withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)"
desc: "Set this property is mutually exclusive with all other properties."
returns:
description: "the MountConfiguration object itself."
type: ""
- uid: "com.microsoft.azure.management.batch.MountConfiguration.withCifsMountConfiguration(com.microsoft.azure.management.batch.CIFSMountConfiguration)"
fullName: "com.microsoft.azure.management.batch.MountConfiguration.withCifsMountConfiguration(CIFSMountConfiguration cifsMountConfiguration)"
name: "withCifsMountConfiguration(CIFSMountConfiguration cifsMountConfiguration)"
nameWithType: "MountConfiguration.withCifsMountConfiguration(CIFSMountConfiguration cifsMountConfiguration)"
summary: "Set this property is mutually exclusive with all other properties."
parameters:
- description: "the cifsMountConfiguration value to set"
name: "cifsMountConfiguration"
type: ""
syntax: "public MountConfiguration withCifsMountConfiguration(CIFSMountConfiguration cifsMountConfiguration)"
desc: "Set this property is mutually exclusive with all other properties."
returns:
description: "the MountConfiguration object itself."
type: ""
- uid: "com.microsoft.azure.management.batch.MountConfiguration.withNfsMountConfiguration(com.microsoft.azure.management.batch.NFSMountConfiguration)"
fullName: "com.microsoft.azure.management.batch.MountConfiguration.withNfsMountConfiguration(NFSMountConfiguration nfsMountConfiguration)"
name: "withNfsMountConfiguration(NFSMountConfiguration nfsMountConfiguration)"
nameWithType: "MountConfiguration.withNfsMountConfiguration(NFSMountConfiguration nfsMountConfiguration)"
summary: "Set this property is mutually exclusive with all other properties."
parameters:
- description: "the nfsMountConfiguration value to set"
name: "nfsMountConfiguration"
type: ""
syntax: "public MountConfiguration withNfsMountConfiguration(NFSMountConfiguration nfsMountConfiguration)"
desc: "Set this property is mutually exclusive with all other properties."
returns:
description: "the MountConfiguration object itself."
type: ""
type: "class"
desc: "The file system to mount on each node."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4