@Beta(value=V1_3_0) public class AccessKeyType extends com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum<AccessKeyType>
| Modifier and Type | Field and Description |
|---|---|
static AccessKeyType |
PRIMARY
Primary key.
|
static AccessKeyType |
SECONDARY
Secondary key.
|
| Constructor and Description |
|---|
AccessKeyType() |
| Modifier and Type | Method and Description |
|---|---|
static AccessKeyType |
fromString(String name)
Finds or creates an access key name based on the provided name.
|
static Collection<AccessKeyType> |
values() |
public static final AccessKeyType PRIMARY
public static final AccessKeyType SECONDARY
public static AccessKeyType fromString(String name)
name - a namepublic static Collection<AccessKeyType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/