StoreName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. servicefabric. models. StoreName
- com.
- com.
public final class StoreName
extends ExpandableStringEnum<StoreName>
The local certificate store location.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Store |
ADDRESS_BOOK
Static value Address |
|
static final
Store |
AUTH_ROOT
Static value Auth |
|
static final
Store |
CERTIFICATE_AUTHORITY
Static value Certificate |
|
static final
Store |
DISALLOWED
Static value Disallowed for Store |
|
static final
Store |
MY
Static value My for Store |
|
static final
Store |
ROOT
Static value Root for Store |
|
static final
Store |
TRUSTED_PEOPLE
Static value Trusted |
|
static final
Store |
TRUSTED_PUBLISHER
Static value Trusted |
Constructor Summary
| Constructor | Description |
|---|---|
| StoreName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Store |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Store |
fromString(String name)
Creates or finds a Store |
|
static
Collection<Store |
values()
Gets known Store |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ADDRESS_BOOK
public static final StoreName ADDRESS_BOOK
Static value AddressBook for StoreName.
AUTH_ROOT
public static final StoreName AUTH_ROOT
Static value AuthRoot for StoreName.
CERTIFICATE_AUTHORITY
public static final StoreName CERTIFICATE_AUTHORITY
Static value CertificateAuthority for StoreName.
DISALLOWED
public static final StoreName DISALLOWED
Static value Disallowed for StoreName.
MY
public static final StoreName MY
Static value My for StoreName.
ROOT
public static final StoreName ROOT
Static value Root for StoreName.
TRUSTED_PEOPLE
public static final StoreName TRUSTED_PEOPLE
Static value TrustedPeople for StoreName.
TRUSTED_PUBLISHER
public static final StoreName TRUSTED_PUBLISHER
Static value TrustedPublisher for StoreName.
Constructor Details
StoreName
@Deprecated
public StoreName()
Deprecated
Creates a new instance of StoreName value.
Method Details
fromString
public static StoreName fromString(String name)
Creates or finds a StoreName from its string representation.
Parameters:
Returns:
values
public static Collection<StoreName> values()
Gets known StoreName values.
Returns: