SigningKey Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. maps. models. SigningKey
- com.
- com.
public final class SigningKey
extends ExpandableStringEnum<SigningKey>
The Map account key to use for signing. Picking `primaryKey` or `secondaryKey` will use the Map account Shared Keys, and using `managedIdentity` will use the auto-renewed private key to sign the SAS.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Signing |
MANAGED_IDENTITY
Static value managed |
|
static final
Signing |
PRIMARY_KEY
Static value primary |
|
static final
Signing |
SECONDARY_KEY
Static value secondary |
Constructor Summary
| Constructor | Description |
|---|---|
| SigningKey() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Signing |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Signing |
fromString(String name)
Creates or finds a Signing |
|
static
Collection<Signing |
values()
Gets known Signing |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MANAGED_IDENTITY
public static final SigningKey MANAGED_IDENTITY
Static value managedIdentity for SigningKey.
PRIMARY_KEY
public static final SigningKey PRIMARY_KEY
Static value primaryKey for SigningKey.
SECONDARY_KEY
public static final SigningKey SECONDARY_KEY
Static value secondaryKey for SigningKey.
Constructor Details
SigningKey
@Deprecated
public SigningKey()
Deprecated
Creates a new instance of SigningKey value.
Method Details
fromString
public static SigningKey fromString(String name)
Creates or finds a SigningKey from its string representation.
Parameters:
Returns:
values
public static Collection<SigningKey> values()
Gets known SigningKey values.
Returns: