Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings
-
Packages that use VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings 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 VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings Modifier and Type Method Description VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettingsVirtualMachineScaleSetPublicIpAddressConfigurationProperties. dnsSettings()Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettingsVirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties. 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 VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings Modifier and Type Method Description VirtualMachineScaleSetPublicIpAddressConfigurationPropertiesVirtualMachineScaleSetPublicIpAddressConfigurationProperties. withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetUpdatePublicIpAddressConfigurationPropertiesVirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties. withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)Set the dnsSettings property: The dns settings to be applied on the publicIP addresses . -
Uses of VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings Modifier and Type Method Description VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettingsVirtualMachineScaleSetPublicIpAddressConfiguration. dnsSettings()Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettingsVirtualMachineScaleSetUpdatePublicIpAddressConfiguration. dnsSettings()Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettingsVirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings. withDomainNameLabel(String domainNameLabel)Set the domainNameLabel property: The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings Modifier and Type Method Description VirtualMachineScaleSetPublicIpAddressConfigurationVirtualMachineScaleSetPublicIpAddressConfiguration. withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetUpdatePublicIpAddressConfigurationVirtualMachineScaleSetUpdatePublicIpAddressConfiguration. withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .
-