AutoGeneratedDomainNameLabelScope Class

public final class AutoGeneratedDomainNameLabelScope
extends ExpandableStringEnum<AutoGeneratedDomainNameLabelScope>

Indicates the endpoint name reuse scope. The default value is TenantReuse.

Field Summary

Modifier and Type Field and Description
static final AutoGeneratedDomainNameLabelScope NO_REUSE

Static value NoReuse for AutoGeneratedDomainNameLabelScope.

static final AutoGeneratedDomainNameLabelScope RESOURCE_GROUP_REUSE

Static value ResourceGroupReuse for AutoGeneratedDomainNameLabelScope.

static final AutoGeneratedDomainNameLabelScope SUBSCRIPTION_REUSE

Static value SubscriptionReuse for AutoGeneratedDomainNameLabelScope.

static final AutoGeneratedDomainNameLabelScope TENANT_REUSE

Static value TenantReuse for AutoGeneratedDomainNameLabelScope.

Constructor Summary

Constructor Description
AutoGeneratedDomainNameLabelScope()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AutoGeneratedDomainNameLabelScope value.

Method Summary

Modifier and Type Method and Description
static AutoGeneratedDomainNameLabelScope fromString(String name)

Creates or finds a AutoGeneratedDomainNameLabelScope from its string representation.

static Collection<AutoGeneratedDomainNameLabelScope> values()

Gets known AutoGeneratedDomainNameLabelScope values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NO_REUSE

public static final AutoGeneratedDomainNameLabelScope NO_REUSE

Static value NoReuse for AutoGeneratedDomainNameLabelScope.

RESOURCE_GROUP_REUSE

public static final AutoGeneratedDomainNameLabelScope RESOURCE_GROUP_REUSE

Static value ResourceGroupReuse for AutoGeneratedDomainNameLabelScope.

SUBSCRIPTION_REUSE

public static final AutoGeneratedDomainNameLabelScope SUBSCRIPTION_REUSE

Static value SubscriptionReuse for AutoGeneratedDomainNameLabelScope.

TENANT_REUSE

public static final AutoGeneratedDomainNameLabelScope TENANT_REUSE

Static value TenantReuse for AutoGeneratedDomainNameLabelScope.

Constructor Details

AutoGeneratedDomainNameLabelScope

@Deprecated
public AutoGeneratedDomainNameLabelScope()

Deprecated

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding AutoGeneratedDomainNameLabelScope.

values

public static Collection values()

Gets known AutoGeneratedDomainNameLabelScope values.

Returns:

known AutoGeneratedDomainNameLabelScope values.

Applies to