Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachinePublicIpAddressDnsSettingsConfiguration
Packages that use VirtualMachinePublicIpAddressDnsSettingsConfiguration
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachinePublicIpAddressDnsSettingsConfiguration in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachinePublicIpAddressDnsSettingsConfigurationModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfigurationProperties.dnsSettings()Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachinePublicIpAddressDnsSettingsConfigurationModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfigurationProperties.withDnsSettings(VirtualMachinePublicIpAddressDnsSettingsConfiguration dnsSettings) Set the dnsSettings property: The dns settings to be applied on the publicIP addresses . -
Uses of VirtualMachinePublicIpAddressDnsSettingsConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachinePublicIpAddressDnsSettingsConfigurationModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfiguration.dnsSettings()Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachinePublicIpAddressDnsSettingsConfiguration.withDomainNameLabel(String domainNameLabel) Set the domainNameLabel property: The Domain name label prefix of the PublicIPAddress resources that will be created.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachinePublicIpAddressDnsSettingsConfigurationModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfiguration.withDnsSettings(VirtualMachinePublicIpAddressDnsSettingsConfiguration dnsSettings) Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .