Class DnsEndpointType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DnsEndpointType>
com.azure.resourcemanager.storage.models.DnsEndpointType
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final DnsEndpointTypeStatic value AzureDnsZone for DnsEndpointType.static final DnsEndpointTypeStatic value Standard for DnsEndpointType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DnsEndpointTypefromString(String name) Creates or finds a DnsEndpointType from its string representation.static Collection<DnsEndpointType>values()Gets known DnsEndpointType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
STANDARD
Static value Standard for DnsEndpointType. -
AZURE_DNS_ZONE
Static value AzureDnsZone for DnsEndpointType.
-
-
Constructor Details
-
DnsEndpointType
Deprecated.Use thefromString(String)factory method.Creates a new instance of DnsEndpointType value.
-
-
Method Details
-
fromString
Creates or finds a DnsEndpointType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DnsEndpointType.
-
values
Gets known DnsEndpointType values.- Returns:
- known DnsEndpointType values.
-
fromString(String)factory method.