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

96 строки
6.8 KiB
YAML

### YamlMime:JavaEnum
uid: "com.microsoft.azure.management.batch.KeySource"
fullName: "com.microsoft.azure.management.batch.KeySource"
name: "KeySource"
nameWithType: "KeySource"
summary: "Defines values for Key<wbr>Source."
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: "<xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)?alt=java.lang.Enum.<T>valueOf&text=<T>valueOf\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.clone()?alt=java.lang.Enum.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.compareTo(E)?alt=java.lang.Enum.compareTo&text=compareTo\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.describeConstable()?alt=java.lang.Enum.describeConstable&text=describeConstable\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.equals(java.lang.Object)?alt=java.lang.Enum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.finalize()?alt=java.lang.Enum.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.getDeclaringClass()?alt=java.lang.Enum.getDeclaringClass&text=getDeclaringClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.hashCode()?alt=java.lang.Enum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.name()?alt=java.lang.Enum.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.ordinal()?alt=java.lang.Enum.ordinal&text=ordinal\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum.toString()?alt=java.lang.Enum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" 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.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 enum **KeySource**</br> extends <xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.KeySource?alt=com.microsoft.azure.management.batch.KeySource&text=KeySource\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.microsoft.azure.management.batch.KeySource.MICROSOFT_BATCH"
fullName: "com.microsoft.azure.management.batch.KeySource.MICROSOFT_BATCH"
name: "MICROSOFT_BATCH"
nameWithType: "KeySource.MICROSOFT_BATCH"
summary: "Batch creates and manages the encryption keys used to protect the account data."
desc: "Batch creates and manages the encryption keys used to protect the account data."
- uid: "com.microsoft.azure.management.batch.KeySource.MICROSOFT_KEY_VAULT"
fullName: "com.microsoft.azure.management.batch.KeySource.MICROSOFT_KEY_VAULT"
name: "MICROSOFT_KEY_VAULT"
nameWithType: "KeySource.MICROSOFT_KEY_VAULT"
summary: "The encryption keys used to protect the account data are stored in an external key vault."
desc: "The encryption keys used to protect the account data are stored in an external key vault. If this is set then the Batch Account identity must be set to \\`SystemAssigned\\` and a valid Key Identifier must also be supplied under the keyVaultProperties."
methods:
- uid: "com.microsoft.azure.management.batch.KeySource.fromString(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.KeySource.fromString(String value)"
name: "fromString(String value)"
nameWithType: "KeySource.fromString(String value)"
summary: "Parses a serialized value to a Key<wbr>Source instance."
modifiers:
- "static"
parameters:
- description: "the serialized value to parse."
name: "value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static KeySource fromString(String value)"
desc: "Parses a serialized value to a KeySource instance."
returns:
description: "the parsed KeySource object, or null if unable to parse."
type: "<xref href=\"com.microsoft.azure.management.batch.KeySource?alt=com.microsoft.azure.management.batch.KeySource&text=KeySource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.KeySource.toString()"
fullName: "com.microsoft.azure.management.batch.KeySource.toString()"
name: "toString()"
nameWithType: "KeySource.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.KeySource.valueOf(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.KeySource.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "KeySource.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static KeySource valueOf(String name)"
returns:
type: "<xref href=\"com.microsoft.azure.management.batch.KeySource?alt=com.microsoft.azure.management.batch.KeySource&text=KeySource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.KeySource.values()"
fullName: "com.microsoft.azure.management.batch.KeySource.values()"
name: "values()"
nameWithType: "KeySource.values()"
modifiers:
- "static"
syntax: "public static KeySource[] values()"
returns:
type: "<xref href=\"com.microsoft.azure.management.batch.KeySource?alt=com.microsoft.azure.management.batch.KeySource&text=KeySource\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Defines values for KeySource."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4