Class DomainNameLabelScopeTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DomainNameLabelScopeTypes>
com.azure.resourcemanager.compute.models.DomainNameLabelScopeTypes
public final class DomainNameLabelScopeTypes
extends com.azure.core.util.ExpandableStringEnum<DomainNameLabelScopeTypes>
The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy
from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will
be created.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DomainNameLabelScopeTypesStatic value NoReuse for DomainNameLabelScopeTypes.static final DomainNameLabelScopeTypesStatic value ResourceGroupReuse for DomainNameLabelScopeTypes.static final DomainNameLabelScopeTypesStatic value SubscriptionReuse for DomainNameLabelScopeTypes.static final DomainNameLabelScopeTypesStatic value TenantReuse for DomainNameLabelScopeTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DomainNameLabelScopeTypesfromString(String name) Creates or finds a DomainNameLabelScopeTypes from its string representation.static Collection<DomainNameLabelScopeTypes>values()Gets known DomainNameLabelScopeTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
TENANT_REUSE
Static value TenantReuse for DomainNameLabelScopeTypes. -
SUBSCRIPTION_REUSE
Static value SubscriptionReuse for DomainNameLabelScopeTypes. -
RESOURCE_GROUP_REUSE
Static value ResourceGroupReuse for DomainNameLabelScopeTypes. -
NO_REUSE
Static value NoReuse for DomainNameLabelScopeTypes.
-
-
Constructor Details
-
DomainNameLabelScopeTypes
Deprecated.Use thefromString(String)factory method.Creates a new instance of DomainNameLabelScopeTypes value.
-
-
Method Details
-
fromString
Creates or finds a DomainNameLabelScopeTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DomainNameLabelScopeTypes.
-
values
Gets known DomainNameLabelScopeTypes values.- Returns:
- known DomainNameLabelScopeTypes values.
-
fromString(String)factory method.