Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings |
VirtualMachineScaleSetPublicIpAddressConfiguration.dnsSettings()
Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .
|
VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings |
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration.dnsSettings()
Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .
|
VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings |
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.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetPublicIpAddressConfiguration |
VirtualMachineScaleSetPublicIpAddressConfiguration.withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)
Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .
|
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration |
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration.withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)
Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .
|
Copyright © 2020 Microsoft Corporation. All rights reserved.