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

108 строки
7.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.NFSMountConfiguration"
fullName: "com.microsoft.azure.management.batch.NFSMountConfiguration"
name: "NFSMountConfiguration"
nameWithType: "NFSMountConfiguration"
summary: "Information used to connect to an NFS file system."
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 **NFSMountConfiguration**"
constructors:
- uid: "com.microsoft.azure.management.batch.NFSMountConfiguration.NFSMountConfiguration()"
fullName: "com.microsoft.azure.management.batch.NFSMountConfiguration.NFSMountConfiguration()"
name: "NFSMountConfiguration()"
nameWithType: "NFSMountConfiguration.NFSMountConfiguration()"
syntax: "public NFSMountConfiguration()"
methods:
- uid: "com.microsoft.azure.management.batch.NFSMountConfiguration.mountOptions()"
fullName: "com.microsoft.azure.management.batch.NFSMountConfiguration.mountOptions()"
name: "mountOptions()"
nameWithType: "NFSMountConfiguration.mountOptions()"
summary: "Get these are 'net use' options in Windows and 'mount' options in Linux."
syntax: "public String mountOptions()"
desc: "Get these are 'net use' options in Windows and 'mount' options in Linux."
returns:
description: "the mountOptions value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.NFSMountConfiguration.relativeMountPath()"
fullName: "com.microsoft.azure.management.batch.NFSMountConfiguration.relativeMountPath()"
name: "relativeMountPath()"
nameWithType: "NFSMountConfiguration.relativeMountPath()"
summary: "Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ\\_BATCH\\_NODE\\_MOUNTS\\_DIR environment variable."
syntax: "public String relativeMountPath()"
desc: "Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ\\_BATCH\\_NODE\\_MOUNTS\\_DIR environment variable."
returns:
description: "the relativeMountPath value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.NFSMountConfiguration.source()"
fullName: "com.microsoft.azure.management.batch.NFSMountConfiguration.source()"
name: "source()"
nameWithType: "NFSMountConfiguration.source()"
summary: "Get the source value."
syntax: "public String source()"
desc: "Get the source value."
returns:
description: "the source value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.NFSMountConfiguration.withMountOptions(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.NFSMountConfiguration.withMountOptions(String mountOptions)"
name: "withMountOptions(String mountOptions)"
nameWithType: "NFSMountConfiguration.withMountOptions(String mountOptions)"
summary: "Set these are 'net use' options in Windows and 'mount' options in Linux."
parameters:
- description: "the mountOptions value to set"
name: "mountOptions"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NFSMountConfiguration withMountOptions(String mountOptions)"
desc: "Set these are 'net use' options in Windows and 'mount' options in Linux."
returns:
description: "the NFSMountConfiguration object itself."
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.NFSMountConfiguration.withRelativeMountPath(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.NFSMountConfiguration.withRelativeMountPath(String relativeMountPath)"
name: "withRelativeMountPath(String relativeMountPath)"
nameWithType: "NFSMountConfiguration.withRelativeMountPath(String relativeMountPath)"
summary: "Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ\\_BATCH\\_NODE\\_MOUNTS\\_DIR environment variable."
parameters:
- description: "the relativeMountPath value to set"
name: "relativeMountPath"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NFSMountConfiguration withRelativeMountPath(String relativeMountPath)"
desc: "Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ\\_BATCH\\_NODE\\_MOUNTS\\_DIR environment variable."
returns:
description: "the NFSMountConfiguration object itself."
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.NFSMountConfiguration.withSource(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.NFSMountConfiguration.withSource(String source)"
name: "withSource(String source)"
nameWithType: "NFSMountConfiguration.withSource(String source)"
summary: "Set the source value."
parameters:
- description: "the source value to set"
name: "source"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public NFSMountConfiguration withSource(String source)"
desc: "Set the source value."
returns:
description: "the NFSMountConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.NFSMountConfiguration?alt=com.microsoft.azure.management.batch.NFSMountConfiguration&text=NFSMountConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information used to connect to an NFS file system."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4