Class AutoGeneratedDomainNameLabelScope
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AutoGeneratedDomainNameLabelScope>
com.azure.resourcemanager.containerregistry.models.AutoGeneratedDomainNameLabelScope
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AutoGeneratedDomainNameLabelScope
extends com.azure.core.util.ExpandableStringEnum<AutoGeneratedDomainNameLabelScope>
The auto generated domain name label of the container registry. This value defaults to "Unsecure".
-
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.static final AutoGeneratedDomainNameLabelScopeStatic value Unsecure 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, getValue, hashCode, toString, values
-
Field Details
-
UNSECURE
Static value Unsecure for AutoGeneratedDomainNameLabelScope. -
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.