PublicIpAddressDnsSettingsDomainNameLabelScope Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.network.models.PublicIpAddressDnsSettingsDomainNameLabelScope

public enum PublicIpAddressDnsSettingsDomainNameLabelScope
extends Enum<PublicIpAddressDnsSettingsDomainNameLabelScope>

The domain name label scope. If a domain name label and a domain name label scope are specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system with a hashed value includes in FQDN.

Fields

NO_REUSE

Enum value NoReuse.

RESOURCE_GROUP_REUSE

Enum value ResourceGroupReuse.

SUBSCRIPTION_REUSE

Enum value SubscriptionReuse.

TENANT_REUSE

Enum value TenantReuse.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static PublicIpAddressDnsSettingsDomainNameLabelScope fromString(String value)

Parses a serialized value to a PublicIpAddressDnsSettingsDomainNameLabelScope instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed PublicIpAddressDnsSettingsDomainNameLabelScope object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static PublicIpAddressDnsSettingsDomainNameLabelScope valueOf(String name)

Parameters

name
String

Returns

values()

public static PublicIpAddressDnsSettingsDomainNameLabelScope[] values()

Returns

Applies to