Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateIPConfiguration |
VirtualMachineScaleSetUpdateIPConfiguration.withApplicationGatewayBackendAddressPools(List<SubResource> applicationGatewayBackendAddressPools)
Set the application gateway backend address pools.
|
VirtualMachineScaleSetUpdateIPConfiguration |
VirtualMachineScaleSetUpdateIPConfiguration.withApplicationSecurityGroups(List<SubResource> applicationSecurityGroups)
Set specifies an array of references to application security group.
|
VirtualMachineScaleSetUpdateIPConfiguration |
VirtualMachineScaleSetUpdateIPConfiguration.withLoadBalancerBackendAddressPools(List<SubResource> loadBalancerBackendAddressPools)
Set the load balancer backend address pools.
|
VirtualMachineScaleSetUpdateIPConfiguration |
VirtualMachineScaleSetUpdateIPConfiguration.withLoadBalancerInboundNatPools(List<SubResource> loadBalancerInboundNatPools)
Set the load balancer inbound nat pools.
|
VirtualMachineScaleSetUpdateIPConfiguration |
VirtualMachineScaleSetUpdateIPConfiguration.withName(String name)
Set the IP configuration name.
|
VirtualMachineScaleSetUpdateIPConfiguration |
VirtualMachineScaleSetUpdateIPConfiguration.withPrimary(Boolean primary)
Set specifies the primary IP Configuration in case the network interface has more than one IP Configuration.
|
VirtualMachineScaleSetUpdateIPConfiguration |
VirtualMachineScaleSetUpdateIPConfiguration.withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)
Set 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.
|
VirtualMachineScaleSetUpdateIPConfiguration |
VirtualMachineScaleSetUpdateIPConfiguration.withSubnet(ApiEntityReference subnet)
Set the subnet.
|
Modifier and Type | Method and Description |
---|---|
List<VirtualMachineScaleSetUpdateIPConfiguration> |
VirtualMachineScaleSetUpdateNetworkConfiguration.ipConfigurations()
Get the virtual machine scale set IP Configuration.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateNetworkConfiguration |
VirtualMachineScaleSetUpdateNetworkConfiguration.withIpConfigurations(List<VirtualMachineScaleSetUpdateIPConfiguration> ipConfigurations)
Set the virtual machine scale set IP Configuration.
|
Copyright © 2019. All rights reserved.