StoreName (Azure SDK for Java Reference Documentation)
David Craig
Published Feb 16, 2026
- java.lang.Object
- com.azure.core.util.ExpandableStringEnum<StoreName>
- com.azure.resourcemanager.servicefabric.models.StoreName
public final class StoreNameextends com.azure.core.util.ExpandableStringEnum<StoreName>
Defines values for StoreName.
Field Summary
Constructor Summary
Constructors Constructor and Description StoreName()
Method Summary
Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
Field Detail
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 Detail
StoreName
public StoreName()
Copyright © 2021 Microsoft Corporation. All rights reserved.