Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings
Packages that use VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettingsModifier and TypeMethodDescriptionVirtualMachineScaleSetPublicIpAddressConfigurationProperties.dnsSettings()Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties.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 VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettingsModifier and TypeMethodDescriptionVirtualMachineScaleSetPublicIpAddressConfigurationProperties.withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings) Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetUpdatePublicIpAddressConfigurationProperties.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 VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettingsModifier and TypeMethodDescriptionVirtualMachineScaleSetPublicIpAddressConfiguration.dnsSettings()Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetUpdatePublicIpAddressConfiguration.dnsSettings()Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings.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 VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettingsModifier and TypeMethodDescriptionVirtualMachineScaleSetPublicIpAddressConfiguration.withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings) Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetUpdatePublicIpAddressConfiguration.withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings) Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .