KeySource Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.batch.models.KeySource

public enum KeySource
extends Enum<KeySource>

Type of the key source.

Fields

MICROSOFT_BATCH

Batch creates and manages the encryption keys used to protect the account data.

MICROSOFT_KEY_VAULT

The encryption keys used to protect the account data are stored in an external key vault.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static KeySource fromString(String value)

Parses a serialized value to a KeySource instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed KeySource object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static KeySource valueOf(String name)

Parameters

name
String

Returns

values()

public static KeySource[] values()

Returns

Applies to