Uses of Enum
com.azure.resourcemanager.network.models.PublicIpAddressDnsSettingsDomainNameLabelScope
Packages that use PublicIpAddressDnsSettingsDomainNameLabelScope
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PublicIpAddressDnsSettingsDomainNameLabelScope in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PublicIpAddressDnsSettingsDomainNameLabelScopeModifier and TypeMethodDescriptionPublicIpAddressDnsSettings.domainNameLabelScope()Get the domainNameLabelScope property: The domain name label scope.PublicIpAddressDnsSettingsDomainNameLabelScope.fromString(String value) Parses a serialized value to a PublicIpAddressDnsSettingsDomainNameLabelScope instance.Returns the enum constant of this type with the specified name.PublicIpAddressDnsSettingsDomainNameLabelScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.network.models with parameters of type PublicIpAddressDnsSettingsDomainNameLabelScopeModifier and TypeMethodDescriptionPublicIpAddressDnsSettings.withDomainNameLabelScope(PublicIpAddressDnsSettingsDomainNameLabelScope domainNameLabelScope) Set the domainNameLabelScope property: The domain name label scope.