Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.publicIpAddressConfiguration()
Get the publicIpAddressConfiguration property: The publicIPAddressConfiguration.
|
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration |
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration.withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)
Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .
|
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration |
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.
|
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration |
VirtualMachineScaleSetUpdatePublicIpAddressConfiguration.withName(String name)
Set the name property: The publicIP address configuration name.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateIpConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.withPublicIpAddressConfiguration(VirtualMachineScaleSetUpdatePublicIpAddressConfiguration publicIpAddressConfiguration)
Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.