Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetUpdateIpConfigurationProperties
Packages that use VirtualMachineScaleSetUpdateIpConfigurationProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateIpConfigurationProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetUpdateIpConfigurationPropertiesModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateIpConfigurationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetUpdateIpConfigurationProperties from the JsonReader.VirtualMachineScaleSetUpdateIpConfigurationProperties.withApplicationGatewayBackendAddressPools(List<com.azure.core.management.SubResource> applicationGatewayBackendAddressPools) Set the applicationGatewayBackendAddressPools property: The application gateway backend address pools.VirtualMachineScaleSetUpdateIpConfigurationProperties.withApplicationSecurityGroups(List<com.azure.core.management.SubResource> applicationSecurityGroups) Set the applicationSecurityGroups property: Specifies an array of references to application security group.VirtualMachineScaleSetUpdateIpConfigurationProperties.withLoadBalancerBackendAddressPools(List<com.azure.core.management.SubResource> loadBalancerBackendAddressPools) Set the loadBalancerBackendAddressPools property: The load balancer backend address pools.VirtualMachineScaleSetUpdateIpConfigurationProperties.withLoadBalancerInboundNatPools(List<com.azure.core.management.SubResource> loadBalancerInboundNatPools) Set the loadBalancerInboundNatPools property: The load balancer inbound nat pools.VirtualMachineScaleSetUpdateIpConfigurationProperties.withPrimary(Boolean primary) Set the primary property: Specifies the primary IP Configuration in case the network interface has more than one IP Configuration.VirtualMachineScaleSetUpdateIpConfigurationProperties.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.VirtualMachineScaleSetUpdateIpConfigurationProperties.withPublicIpAddressConfiguration(VirtualMachineScaleSetUpdatePublicIpAddressConfiguration publicIpAddressConfiguration) Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration.VirtualMachineScaleSetUpdateIpConfigurationProperties.withSubnet(ApiEntityReference subnet) Set the subnet property: The subnet.