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>
Defines values for AutoGeneratedDomainNameLabelScope.
-
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()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
public AutoGeneratedDomainNameLabelScope()
-
-
Method Details
-
fromString
Creates or finds a AutoGeneratedDomainNameLabelScope from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AutoGeneratedDomainNameLabelScope.
-
values
- Returns:
- known AutoGeneratedDomainNameLabelScope values.
-