PublicIpAddressDnsSettingsDomainNameLabelScope Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. network. models. PublicIpAddressDnsSettingsDomainNameLabelScope
- com.
- java.
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 No |
RESOURCE_GROUP_REUSE |
Enum value Resource |
SUBSCRIPTION_REUSE |
Enum value Subscription |
TENANT_REUSE |
Enum value Tenant |
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
Returns
toString()
valueOf(String name)
public static PublicIpAddressDnsSettingsDomainNameLabelScope valueOf(String name)
Parameters
- name
- String
Returns
values()
public static PublicIpAddressDnsSettingsDomainNameLabelScope[] values()
Returns
Applies to
Azure SDK for Java