Class AzureConnectionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AzureConnectionType>
com.azure.resourcemanager.cosmos.models.AzureConnectionType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class AzureConnectionType extends com.azure.core.util.ExpandableStringEnum<AzureConnectionType>
How to connect to the azure services needed for running the cluster.
  • Field Details

  • Constructor Details

    • AzureConnectionType

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

    • fromString

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

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