Class AutoGeneratedDomainNameLabelScope
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AutoGeneratedDomainNameLabelScope>
com.azure.resourcemanager.cdn.models.AutoGeneratedDomainNameLabelScope
public final class AutoGeneratedDomainNameLabelScope
extends com.azure.core.util.ExpandableStringEnum<AutoGeneratedDomainNameLabelScope>
Indicates the endpoint name reuse scope. The default value is TenantReuse.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AutoGeneratedDomainNameLabelScopeStatic value NoReuse for AutoGeneratedDomainNameLabelScope.static final AutoGeneratedDomainNameLabelScopeStatic value ResourceGroupReuse for AutoGeneratedDomainNameLabelScope.static final AutoGeneratedDomainNameLabelScopeStatic value SubscriptionReuse for AutoGeneratedDomainNameLabelScope.static final AutoGeneratedDomainNameLabelScopeStatic value TenantReuse for AutoGeneratedDomainNameLabelScope. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a AutoGeneratedDomainNameLabelScope from its string representation.values()Gets known AutoGeneratedDomainNameLabelScope values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
TENANT_REUSE
Static value TenantReuse for AutoGeneratedDomainNameLabelScope. -
SUBSCRIPTION_REUSE
Static value SubscriptionReuse for AutoGeneratedDomainNameLabelScope. -
RESOURCE_GROUP_REUSE
Static value ResourceGroupReuse for AutoGeneratedDomainNameLabelScope. -
NO_REUSE
Static value NoReuse for AutoGeneratedDomainNameLabelScope.
-
-
Constructor Details
-
AutoGeneratedDomainNameLabelScope
Deprecated.Use thefromString(String)factory method.Creates a new instance of AutoGeneratedDomainNameLabelScope value.
-
-
Method Details
-
fromString
Creates or finds a AutoGeneratedDomainNameLabelScope from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AutoGeneratedDomainNameLabelScope.
-
values
Gets known AutoGeneratedDomainNameLabelScope values.- Returns:
- known AutoGeneratedDomainNameLabelScope values.
-
fromString(String)factory method.