Class DnsEndpointType

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

public final class DnsEndpointType extends com.azure.core.util.ExpandableStringEnum<DnsEndpointType>
Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier.
  • Field Details

    • STANDARD

      public static final DnsEndpointType STANDARD
      Static value Standard for DnsEndpointType.
    • AZURE_DNS_ZONE

      public static final DnsEndpointType AZURE_DNS_ZONE
      Static value AzureDnsZone for DnsEndpointType.
  • Constructor Details

    • DnsEndpointType

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

    • fromString

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

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