Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachinePublicIpAddressDnsSettingsConfiguration
-
Packages that use VirtualMachinePublicIpAddressDnsSettingsConfiguration Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 VirtualMachinePublicIpAddressDnsSettingsConfiguration Modifier and Type Method Description VirtualMachinePublicIpAddressDnsSettingsConfigurationVirtualMachinePublicIpAddressConfigurationProperties. 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 VirtualMachinePublicIpAddressDnsSettingsConfiguration Modifier and Type Method Description VirtualMachinePublicIpAddressConfigurationPropertiesVirtualMachinePublicIpAddressConfigurationProperties. 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 VirtualMachinePublicIpAddressDnsSettingsConfiguration Modifier and Type Method Description VirtualMachinePublicIpAddressDnsSettingsConfigurationVirtualMachinePublicIpAddressConfiguration. dnsSettings()Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachinePublicIpAddressDnsSettingsConfigurationVirtualMachinePublicIpAddressDnsSettingsConfiguration. 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 VirtualMachinePublicIpAddressDnsSettingsConfiguration Modifier and Type Method Description VirtualMachinePublicIpAddressConfigurationVirtualMachinePublicIpAddressConfiguration. withDnsSettings(VirtualMachinePublicIpAddressDnsSettingsConfiguration dnsSettings)Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .
-