DomainNameLabelScopeTypes Class

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 DomainNameLabelScopeTypes NO_REUSE

Static value NoReuse for DomainNameLabelScopeTypes.

static final DomainNameLabelScopeTypes RESOURCE_GROUP_REUSE

Static value ResourceGroupReuse for DomainNameLabelScopeTypes.

static final DomainNameLabelScopeTypes SUBSCRIPTION_REUSE

Static value SubscriptionReuse for DomainNameLabelScopeTypes.

static final DomainNameLabelScopeTypes TENANT_REUSE

Static value TenantReuse for DomainNameLabelScopeTypes.

Constructor Summary

Constructor Description
DomainNameLabelScopeTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DomainNameLabelScopeTypes value.

Method Summary

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

Creates or finds a DomainNameLabelScopeTypes from its string representation.

static Collection<DomainNameLabelScopeTypes> values()

Gets known DomainNameLabelScopeTypes values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding DomainNameLabelScopeTypes.

values

public static Collection values()

Gets known DomainNameLabelScopeTypes values.

Returns:

known DomainNameLabelScopeTypes values.

Applies to