Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetUpdateIpConfiguration
-
Packages that use VirtualMachineScaleSetUpdateIpConfiguration Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSetUpdateIpConfiguration in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type VirtualMachineScaleSetUpdateIpConfiguration Modifier and Type Method Description List<VirtualMachineScaleSetUpdateIpConfiguration>VirtualMachineScaleSetUpdateNetworkConfigurationProperties. ipConfigurations()Get the ipConfigurations property: The virtual machine scale set IP Configuration.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type VirtualMachineScaleSetUpdateIpConfiguration Modifier and Type Method Description VirtualMachineScaleSetUpdateNetworkConfigurationPropertiesVirtualMachineScaleSetUpdateNetworkConfigurationProperties. withIpConfigurations(List<VirtualMachineScaleSetUpdateIpConfiguration> ipConfigurations)Set the ipConfigurations property: The virtual machine scale set IP Configuration. -
Uses of VirtualMachineScaleSetUpdateIpConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetUpdateIpConfiguration Modifier and Type Method Description VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. withApplicationGatewayBackendAddressPools(List<com.azure.core.management.SubResource> applicationGatewayBackendAddressPools)Set the applicationGatewayBackendAddressPools property: The application gateway backend address pools.VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. withApplicationSecurityGroups(List<com.azure.core.management.SubResource> applicationSecurityGroups)Set the applicationSecurityGroups property: Specifies an array of references to application security group.VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. withId(String id)VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. withLoadBalancerBackendAddressPools(List<com.azure.core.management.SubResource> loadBalancerBackendAddressPools)Set the loadBalancerBackendAddressPools property: The load balancer backend address pools.VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. withLoadBalancerInboundNatPools(List<com.azure.core.management.SubResource> loadBalancerInboundNatPools)Set the loadBalancerInboundNatPools property: The load balancer inbound nat pools.VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. withName(String name)Set the name property: The IP configuration name.VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. withPrimary(Boolean primary)Set the primary property: Specifies the primary IP Configuration in case the network interface has more than one IP Configuration.VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. 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.VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. withPublicIpAddressConfiguration(VirtualMachineScaleSetUpdatePublicIpAddressConfiguration publicIpAddressConfiguration)Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration.VirtualMachineScaleSetUpdateIpConfigurationVirtualMachineScaleSetUpdateIpConfiguration. withSubnet(ApiEntityReference subnet)Set the subnet property: The subnet.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineScaleSetUpdateIpConfiguration Modifier and Type Method Description List<VirtualMachineScaleSetUpdateIpConfiguration>VirtualMachineScaleSetUpdateNetworkConfiguration. ipConfigurations()Get the ipConfigurations property: The virtual machine scale set IP Configuration.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VirtualMachineScaleSetUpdateIpConfiguration Modifier and Type Method Description VirtualMachineScaleSetUpdateNetworkConfigurationVirtualMachineScaleSetUpdateNetworkConfiguration. withIpConfigurations(List<VirtualMachineScaleSetUpdateIpConfiguration> ipConfigurations)Set the ipConfigurations property: The virtual machine scale set IP Configuration.
-