Class ExternalCloudProviderType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExternalCloudProviderType>
com.azure.resourcemanager.costmanagement.models.ExternalCloudProviderType

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

    • EXTERNAL_SUBSCRIPTIONS

      public static final ExternalCloudProviderType EXTERNAL_SUBSCRIPTIONS
      Static value externalSubscriptions for ExternalCloudProviderType.
    • EXTERNAL_BILLING_ACCOUNTS

      public static final ExternalCloudProviderType EXTERNAL_BILLING_ACCOUNTS
      Static value externalBillingAccounts for ExternalCloudProviderType.
  • Constructor Details

    • ExternalCloudProviderType

      @Deprecated public ExternalCloudProviderType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ExternalCloudProviderType value.
  • Method Details

    • fromString

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

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