96 строки
7.2 KiB
YAML
96 строки
7.2 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.azure.resourcemanager.batch.models.CertificateStoreLocation"
|
|
fullName: "com.azure.resourcemanager.batch.models.CertificateStoreLocation"
|
|
name: "CertificateStoreLocation"
|
|
nameWithType: "CertificateStoreLocation"
|
|
summary: "The location of the certificate store on the compute node into which to install the certificate."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
|
|
- 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#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 enum **CertificateStoreLocation**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a><<xref href=\"com.azure.resourcemanager.batch.models.CertificateStoreLocation?alt=com.azure.resourcemanager.batch.models.CertificateStoreLocation&text=CertificateStoreLocation\" data-throw-if-not-resolved=\"False\" />>"
|
|
fields:
|
|
- uid: "com.azure.resourcemanager.batch.models.CertificateStoreLocation.CURRENT_USER"
|
|
fullName: "com.azure.resourcemanager.batch.models.CertificateStoreLocation.CURRENT_USER"
|
|
name: "CURRENT_USER"
|
|
nameWithType: "CertificateStoreLocation.CURRENT_USER"
|
|
summary: "Enum value Current<wbr>User."
|
|
desc: "Enum value CurrentUser."
|
|
- uid: "com.azure.resourcemanager.batch.models.CertificateStoreLocation.LOCAL_MACHINE"
|
|
fullName: "com.azure.resourcemanager.batch.models.CertificateStoreLocation.LOCAL_MACHINE"
|
|
name: "LOCAL_MACHINE"
|
|
nameWithType: "CertificateStoreLocation.LOCAL_MACHINE"
|
|
summary: "Enum value Local<wbr>Machine."
|
|
desc: "Enum value LocalMachine."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.batch.models.CertificateStoreLocation.fromString(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.batch.models.CertificateStoreLocation.fromString(String value)"
|
|
name: "fromString(String value)"
|
|
nameWithType: "CertificateStoreLocation.fromString(String value)"
|
|
summary: "Parses a serialized value to a Certificate<wbr>Store<wbr>Location instance."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "the serialized value to parse."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static CertificateStoreLocation fromString(String value)"
|
|
desc: "Parses a serialized value to a CertificateStoreLocation instance."
|
|
returns:
|
|
description: "the parsed CertificateStoreLocation object, or null if unable to parse."
|
|
type: "<xref href=\"com.azure.resourcemanager.batch.models.CertificateStoreLocation?alt=com.azure.resourcemanager.batch.models.CertificateStoreLocation&text=CertificateStoreLocation\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.batch.models.CertificateStoreLocation.toString()"
|
|
fullName: "com.azure.resourcemanager.batch.models.CertificateStoreLocation.toString()"
|
|
name: "toString()"
|
|
nameWithType: "CertificateStoreLocation.toString()"
|
|
overridden: "java.lang.Enum.toString()"
|
|
syntax: "public String toString()"
|
|
returns:
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.batch.models.CertificateStoreLocation.valueOf(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.batch.models.CertificateStoreLocation.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "CertificateStoreLocation.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static CertificateStoreLocation valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.batch.models.CertificateStoreLocation?alt=com.azure.resourcemanager.batch.models.CertificateStoreLocation&text=CertificateStoreLocation\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.batch.models.CertificateStoreLocation.values()"
|
|
fullName: "com.azure.resourcemanager.batch.models.CertificateStoreLocation.values()"
|
|
name: "values()"
|
|
nameWithType: "CertificateStoreLocation.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static CertificateStoreLocation[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.batch.models.CertificateStoreLocation?alt=com.azure.resourcemanager.batch.models.CertificateStoreLocation&text=CertificateStoreLocation\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "The location of the certificate store on the compute node into which to install the certificate. The default value is currentUser. This property is applicable only for pools configured with Windows compute nodes. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ\\_BATCH\\_CERTIFICATES\\_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/\\{user-name\\}/certs) and certificates are placed in that directory."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.batch.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:2.0.0
|