AutoGeneratedDomainNameLabelScope Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. dashboard. models. AutoGeneratedDomainNameLabelScope
- com.
- com.
public final class AutoGeneratedDomainNameLabelScope
extends ExpandableStringEnum<AutoGeneratedDomainNameLabelScope>
Scope for dns deterministic name hash calculation.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Auto |
TENANT_REUSE
Static value Tenant |
Constructor Summary
| Constructor | Description |
|---|---|
| AutoGeneratedDomainNameLabelScope() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Auto |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Auto |
fromString(String name)
Creates or finds a Auto |
|
static
Collection<Auto |
values()
Gets known Auto |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
TENANT_REUSE
public static final AutoGeneratedDomainNameLabelScope TENANT_REUSE
Static value TenantReuse for AutoGeneratedDomainNameLabelScope.
Constructor Details
AutoGeneratedDomainNameLabelScope
@Deprecated
public AutoGeneratedDomainNameLabelScope()
Deprecated
Creates a new instance of AutoGeneratedDomainNameLabelScope value.
Method Details
fromString
public static AutoGeneratedDomainNameLabelScope fromString(String name)
Creates or finds a AutoGeneratedDomainNameLabelScope from its string representation.
Parameters:
Returns:
values
public static Collection<AutoGeneratedDomainNameLabelScope> values()
Gets known AutoGeneratedDomainNameLabelScope values.
Returns: