azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
11 KiB
YAML

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration?alt=com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration&text=AzureBlobFileSystemConfiguration\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.batch.AzureFileShareConfiguration?alt=com.microsoft.azure.management.batch.AzureFileShareConfiguration&text=AzureFileShareConfiguration\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.batch.CIFSMountConfiguration?alt=com.microsoft.azure.management.batch.CIFSMountConfiguration&text=CIFSMountConfiguration\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.batch.NFSMountConfiguration?alt=com.microsoft.azure.management.batch.NFSMountConfiguration&text=NFSMountConfiguration\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration?alt=com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration&text=AzureBlobFileSystemConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MountConfiguration withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)"
desc: "Set this property is mutually exclusive with all other properties."
returns:
description: "the MountConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.MountConfiguration?alt=com.microsoft.azure.management.batch.MountConfiguration&text=MountConfiguration\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.batch.AzureFileShareConfiguration?alt=com.microsoft.azure.management.batch.AzureFileShareConfiguration&text=AzureFileShareConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MountConfiguration withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)"
desc: "Set this property is mutually exclusive with all other properties."
returns:
description: "the MountConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.MountConfiguration?alt=com.microsoft.azure.management.batch.MountConfiguration&text=MountConfiguration\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.batch.CIFSMountConfiguration?alt=com.microsoft.azure.management.batch.CIFSMountConfiguration&text=CIFSMountConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MountConfiguration withCifsMountConfiguration(CIFSMountConfiguration cifsMountConfiguration)"
desc: "Set this property is mutually exclusive with all other properties."
returns:
description: "the MountConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.MountConfiguration?alt=com.microsoft.azure.management.batch.MountConfiguration&text=MountConfiguration\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.batch.NFSMountConfiguration?alt=com.microsoft.azure.management.batch.NFSMountConfiguration&text=NFSMountConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MountConfiguration withNfsMountConfiguration(NFSMountConfiguration nfsMountConfiguration)"
desc: "Set this property is mutually exclusive with all other properties."
returns:
description: "the MountConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.MountConfiguration?alt=com.microsoft.azure.management.batch.MountConfiguration&text=MountConfiguration\" data-throw-if-not-resolved=\"False\" />"
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