Class ConfigurationResourceType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConfigurationResourceType>
com.azure.resourcemanager.appconfiguration.models.ConfigurationResourceType

public final class ConfigurationResourceType extends com.azure.core.util.ExpandableStringEnum<ConfigurationResourceType>
Defines values for ConfigurationResourceType.
  • Field Details

    • MICROSOFT_APP_CONFIGURATION_CONFIGURATION_STORES

      public static final ConfigurationResourceType MICROSOFT_APP_CONFIGURATION_CONFIGURATION_STORES
      Static value Microsoft.AppConfiguration/configurationStores for ConfigurationResourceType.
  • Constructor Details

    • ConfigurationResourceType

      public ConfigurationResourceType()
  • Method Details

    • fromString

      public static ConfigurationResourceType fromString(String name)
      Creates or finds a ConfigurationResourceType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ConfigurationResourceType.
    • values

      public static Collection<ConfigurationResourceType> values()
      Gets known ConfigurationResourceType values.
      Returns:
      known ConfigurationResourceType values.