I
InsightNexus

StoreName (Azure SDK for Java Reference Documentation)

Author

David Craig

Published Feb 16, 2026

StoreName (Azure SDK for Java Reference Documentation)

  • 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()
    • Method Detail

      • fromString

        public static StoreName fromString(String name)

        Creates or finds a StoreName from its string representation.

        Parameters:
        name - a name to look for.
        Returns:
        the corresponding StoreName.

Copyright © 2021 Microsoft Corporation. All rights reserved.