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