Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetPublicIpAddressConfiguration |
VirtualMachineScaleSetIpConfiguration.publicIpAddressConfiguration()
Get the publicIpAddressConfiguration property: The publicIPAddressConfiguration.
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
VirtualMachineScaleSet.virtualMachinePublicIpConfig() |
VirtualMachineScaleSetPublicIpAddressConfiguration |
VirtualMachineScaleSetPublicIpAddressConfiguration.withDnsSettings(VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings dnsSettings)
Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
VirtualMachineScaleSetPublicIpAddressConfiguration.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: The idle timeout of the public IP address.
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
VirtualMachineScaleSetPublicIpAddressConfiguration.withIpTags(List<VirtualMachineScaleSetIpTag> ipTags)
Set the ipTags property: The list of IP tags associated with the public IP address.
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
VirtualMachineScaleSetPublicIpAddressConfiguration.withName(String name)
Set the name property: The publicIP address configuration name.
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
VirtualMachineScaleSetPublicIpAddressConfiguration.withPublicIpAddressVersion(IpVersion publicIpAddressVersion)
Set the publicIpAddressVersion property: Available from Api-Version 2019-07-01 onwards, it represents whether the
specific ipconfiguration is IPv4 or IPv6.
|
VirtualMachineScaleSetPublicIpAddressConfiguration |
VirtualMachineScaleSetPublicIpAddressConfiguration.withPublicIpPrefix(com.azure.core.management.SubResource publicIpPrefix)
Set the publicIpPrefix property: The PublicIPPrefix from which to allocate publicIP addresses.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetIpConfiguration |
VirtualMachineScaleSetIpConfiguration.withPublicIpAddressConfiguration(VirtualMachineScaleSetPublicIpAddressConfiguration publicIpAddressConfiguration)
Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
VirtualMachineScaleSet.DefinitionStages.WithVirtualMachinePublicIp.withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIpAddressConfiguration ipConfig)
Specify that virtual machines in the scale set should have public ip address.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
VirtualMachineScaleSet.UpdateStages.WithVirtualMachinePublicIp.withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIpAddressConfiguration ipConfig)
Specify that virtual machines in the scale set should have public ip address.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.