DomainNameLabelScopeTypes Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. DomainNameLabelScopeTypes
- com.
- com.
public final class DomainNameLabelScopeTypes
extends 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
Modifier and Type | Field and Description |
---|---|
static final
Domain |
NO_REUSE
Static value No |
static final
Domain |
RESOURCE_GROUP_REUSE
Static value Resource |
static final
Domain |
SUBSCRIPTION_REUSE
Static value Subscription |
static final
Domain |
TENANT_REUSE
Static value Tenant |
Constructor Summary
Constructor | Description |
---|---|
DomainNameLabelScopeTypes() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Domain |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Domain |
fromString(String name)
Creates or finds a Domain |
static
Collection<Domain |
values()
Gets known Domain |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NO_REUSE
public static final DomainNameLabelScopeTypes NO_REUSE
Static value NoReuse for DomainNameLabelScopeTypes.
RESOURCE_GROUP_REUSE
public static final DomainNameLabelScopeTypes RESOURCE_GROUP_REUSE
Static value ResourceGroupReuse for DomainNameLabelScopeTypes.
SUBSCRIPTION_REUSE
public static final DomainNameLabelScopeTypes SUBSCRIPTION_REUSE
Static value SubscriptionReuse for DomainNameLabelScopeTypes.
TENANT_REUSE
public static final DomainNameLabelScopeTypes TENANT_REUSE
Static value TenantReuse for DomainNameLabelScopeTypes.
Constructor Details
DomainNameLabelScopeTypes
@Deprecated
public DomainNameLabelScopeTypes()
Deprecated
Creates a new instance of DomainNameLabelScopeTypes value.
Method Details
fromString
public static DomainNameLabelScopeTypes fromString(String name)
Creates or finds a DomainNameLabelScopeTypes from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DomainNameLabelScopeTypes values.
Returns:
Applies to
Azure SDK for Java