Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateIPConfiguration
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateIPConfiguration in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateIPConfiguration.withApplicationGatewayBackendAddressPools
(List<com.microsoft.azure.SubResource> applicationGatewayBackendAddressPools) Set the application gateway backend address pools.VirtualMachineScaleSetUpdateIPConfiguration.withApplicationSecurityGroups
(List<com.microsoft.azure.SubResource> applicationSecurityGroups) Set specifies an array of references to application security group.VirtualMachineScaleSetUpdateIPConfiguration.withLoadBalancerBackendAddressPools
(List<com.microsoft.azure.SubResource> loadBalancerBackendAddressPools) Set the load balancer backend address pools.VirtualMachineScaleSetUpdateIPConfiguration.withLoadBalancerInboundNatPools
(List<com.microsoft.azure.SubResource> loadBalancerInboundNatPools) Set the load balancer inbound nat pools.Set the IP configuration name.VirtualMachineScaleSetUpdateIPConfiguration.withPrimary
(Boolean primary) Set specifies the primary IP Configuration in case the network interface has more than one IP Configuration.VirtualMachineScaleSetUpdateIPConfiguration.withPrivateIPAddressVersion
(IPVersion privateIPAddressVersion) Set available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6.VirtualMachineScaleSetUpdateIPConfiguration.withPublicIPAddressConfiguration
(VirtualMachineScaleSetUpdatePublicIPAddressConfiguration publicIPAddressConfiguration) Set the publicIPAddressConfiguration.VirtualMachineScaleSetUpdateIPConfiguration.withSubnet
(ApiEntityReference subnet) Set the subnet.Modifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateNetworkConfiguration.ipConfigurations()
Get the virtual machine scale set IP Configuration.Modifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateNetworkConfiguration.withIpConfigurations
(List<VirtualMachineScaleSetUpdateIPConfiguration> ipConfigurations) Set the virtual machine scale set IP Configuration.