Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateIpConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.withApplicationGatewayBackendAddressPools(List<com.azure.core.management.SubResource> applicationGatewayBackendAddressPools)
Set the applicationGatewayBackendAddressPools property: The application gateway backend address pools.
|
VirtualMachineScaleSetUpdateIpConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.withApplicationSecurityGroups(List<com.azure.core.management.SubResource> applicationSecurityGroups)
Set the applicationSecurityGroups property: Specifies an array of references to application security group.
|
VirtualMachineScaleSetUpdateIpConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.withLoadBalancerBackendAddressPools(List<com.azure.core.management.SubResource> loadBalancerBackendAddressPools)
Set the loadBalancerBackendAddressPools property: The load balancer backend address pools.
|
VirtualMachineScaleSetUpdateIpConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.withLoadBalancerInboundNatPools(List<com.azure.core.management.SubResource> loadBalancerInboundNatPools)
Set the loadBalancerInboundNatPools property: The load balancer inbound nat pools.
|
VirtualMachineScaleSetUpdateIpConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.withName(String name)
Set the name property: The IP configuration name.
|
VirtualMachineScaleSetUpdateIpConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.withPrimary(Boolean primary)
Set the primary property: Specifies the primary IP Configuration in case the network interface has more than one
IP Configuration.
|
VirtualMachineScaleSetUpdateIpConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)
Set the privateIpAddressVersion property: Available from Api-Version 2017-03-30 onwards, it represents whether
the specific ipconfiguration is IPv4 or IPv6.
|
VirtualMachineScaleSetUpdateIpConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.withPublicIpAddressConfiguration(VirtualMachineScaleSetUpdatePublicIpAddressConfiguration publicIpAddressConfiguration)
Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration.
|
VirtualMachineScaleSetUpdateIpConfiguration |
VirtualMachineScaleSetUpdateIpConfiguration.withSubnet(ApiEntityReference subnet)
Set the subnet property: The subnet.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.