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
Fields Modifier and Type Field Description static AutoGeneratedDomainNameLabelScopeNO_REUSEStatic value NoReuse for AutoGeneratedDomainNameLabelScope.static AutoGeneratedDomainNameLabelScopeRESOURCE_GROUP_REUSEStatic value ResourceGroupReuse for AutoGeneratedDomainNameLabelScope.static AutoGeneratedDomainNameLabelScopeSUBSCRIPTION_REUSEStatic value SubscriptionReuse for AutoGeneratedDomainNameLabelScope.static AutoGeneratedDomainNameLabelScopeTENANT_REUSEStatic value TenantReuse for AutoGeneratedDomainNameLabelScope.
-
Constructor Summary
Constructors Constructor Description AutoGeneratedDomainNameLabelScope()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AutoGeneratedDomainNameLabelScopefromString(String name)Creates or finds a AutoGeneratedDomainNameLabelScope from its string representation.static Collection<AutoGeneratedDomainNameLabelScope>values()
-
-
-
Field Detail
-
TENANT_REUSE
public static final AutoGeneratedDomainNameLabelScope TENANT_REUSE
Static value TenantReuse for AutoGeneratedDomainNameLabelScope.
-
SUBSCRIPTION_REUSE
public static final AutoGeneratedDomainNameLabelScope SUBSCRIPTION_REUSE
Static value SubscriptionReuse for AutoGeneratedDomainNameLabelScope.
-
RESOURCE_GROUP_REUSE
public static final AutoGeneratedDomainNameLabelScope RESOURCE_GROUP_REUSE
Static value ResourceGroupReuse for AutoGeneratedDomainNameLabelScope.
-
NO_REUSE
public static final AutoGeneratedDomainNameLabelScope NO_REUSE
Static value NoReuse for AutoGeneratedDomainNameLabelScope.
-
-
Method Detail
-
fromString
public static AutoGeneratedDomainNameLabelScope fromString(String name)
Creates or finds a AutoGeneratedDomainNameLabelScope from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AutoGeneratedDomainNameLabelScope.
-
values
public static Collection<AutoGeneratedDomainNameLabelScope> values()
- Returns:
- known AutoGeneratedDomainNameLabelScope values.
-
-