azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

141 строка
9.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath"
fullName: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath"
name: "ContainerHostDataPath"
nameWithType: "ContainerHostDataPath"
summary: "Defines values for Container<wbr>Host<wbr>Data<wbr>Path."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.rest.ExpandableStringEnum?alt=com.microsoft.rest.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.microsoft.rest.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.microsoft.rest.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.equals(java.lang.Object)?alt=com.microsoft.rest.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.hashCode()?alt=com.microsoft.rest.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.toString()?alt=com.microsoft.rest.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.withNameValue(java.lang.String,T,java.lang.Class<T>)?alt=com.microsoft.rest.ExpandableStringEnum.withNameValue&text=withNameValue\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ContainerHostDataPath**</br> extends <xref href=\"com.microsoft.rest.ExpandableStringEnum?alt=com.microsoft.rest.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ContainerHostDataPath?alt=com.microsoft.azure.batch.protocol.models.ContainerHostDataPath&text=ContainerHostDataPath\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.ContainerHostDataPath()"
fullName: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.ContainerHostDataPath()"
name: "ContainerHostDataPath()"
nameWithType: "ContainerHostDataPath.ContainerHostDataPath()"
syntax: "public ContainerHostDataPath()"
fields:
- uid: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.APPLICATIONS"
fullName: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.APPLICATIONS"
name: "APPLICATIONS"
nameWithType: "ContainerHostDataPath.APPLICATIONS"
summary: "Static value Applications for Container<wbr>Host<wbr>Data<wbr>Path."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ContainerHostDataPath?alt=com.microsoft.azure.batch.protocol.models.ContainerHostDataPath&text=ContainerHostDataPath\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ContainerHostDataPath APPLICATIONS"
desc: "Static value Applications for ContainerHostDataPath."
- uid: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.JOB_PREP"
fullName: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.JOB_PREP"
name: "JOB_PREP"
nameWithType: "ContainerHostDataPath.JOB_PREP"
summary: "Static value Job<wbr>Prep for Container<wbr>Host<wbr>Data<wbr>Path."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ContainerHostDataPath?alt=com.microsoft.azure.batch.protocol.models.ContainerHostDataPath&text=ContainerHostDataPath\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ContainerHostDataPath JOB_PREP"
desc: "Static value JobPrep for ContainerHostDataPath."
- uid: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.SHARED"
fullName: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.SHARED"
name: "SHARED"
nameWithType: "ContainerHostDataPath.SHARED"
summary: "Static value Shared for Container<wbr>Host<wbr>Data<wbr>Path."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ContainerHostDataPath?alt=com.microsoft.azure.batch.protocol.models.ContainerHostDataPath&text=ContainerHostDataPath\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ContainerHostDataPath SHARED"
desc: "Static value Shared for ContainerHostDataPath."
- uid: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.STARTUP"
fullName: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.STARTUP"
name: "STARTUP"
nameWithType: "ContainerHostDataPath.STARTUP"
summary: "Static value Startup for Container<wbr>Host<wbr>Data<wbr>Path."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ContainerHostDataPath?alt=com.microsoft.azure.batch.protocol.models.ContainerHostDataPath&text=ContainerHostDataPath\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ContainerHostDataPath STARTUP"
desc: "Static value Startup for ContainerHostDataPath."
- uid: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.TASK"
fullName: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.TASK"
name: "TASK"
nameWithType: "ContainerHostDataPath.TASK"
summary: "Static value Task for Container<wbr>Host<wbr>Data<wbr>Path."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ContainerHostDataPath?alt=com.microsoft.azure.batch.protocol.models.ContainerHostDataPath&text=ContainerHostDataPath\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ContainerHostDataPath TASK"
desc: "Static value Task for ContainerHostDataPath."
- uid: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.VFS_MOUNTS"
fullName: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.VFS_MOUNTS"
name: "VFS_MOUNTS"
nameWithType: "ContainerHostDataPath.VFS_MOUNTS"
summary: "Static value Vfs<wbr>Mounts for Container<wbr>Host<wbr>Data<wbr>Path."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ContainerHostDataPath?alt=com.microsoft.azure.batch.protocol.models.ContainerHostDataPath&text=ContainerHostDataPath\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final ContainerHostDataPath VFS_MOUNTS"
desc: "Static value VfsMounts for ContainerHostDataPath."
methods:
- uid: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.fromString(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.fromString(String name)"
name: "fromString(String name)"
nameWithType: "ContainerHostDataPath.fromString(String name)"
summary: "Creates or finds a Container<wbr>Host<wbr>Data<wbr>Path from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for"
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static ContainerHostDataPath fromString(String name)"
desc: "Creates or finds a ContainerHostDataPath from its string representation."
returns:
description: "the corresponding ContainerHostDataPath"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ContainerHostDataPath?alt=com.microsoft.azure.batch.protocol.models.ContainerHostDataPath&text=ContainerHostDataPath\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.values()"
fullName: "com.microsoft.azure.batch.protocol.models.ContainerHostDataPath.values()"
name: "values()"
nameWithType: "ContainerHostDataPath.values()"
modifiers:
- "static"
syntax: "public static Collection<ContainerHostDataPath> values()"
returns:
description: "known ContainerHostDataPath values"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.ContainerHostDataPath?alt=com.microsoft.azure.batch.protocol.models.ContainerHostDataPath&text=ContainerHostDataPath\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for ContainerHostDataPath."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0