Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetUpdateIpConfiguration
Packages that use VirtualMachineScaleSetUpdateIpConfiguration
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 VirtualMachineScaleSetUpdateIpConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateNetworkConfigurationProperties.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 VirtualMachineScaleSetUpdateIpConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateNetworkConfigurationProperties.withIpConfigurations(List<VirtualMachineScaleSetUpdateIpConfiguration> ipConfigurations) Set the ipConfigurations property: The virtual machine scale set IP Configuration. -
Uses of VirtualMachineScaleSetUpdateIpConfiguration in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineScaleSetUpdateIpConfigurationModifier and TypeClassDescriptionfinal classDescribes a virtual machine scale set network profile's IP configuration.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetUpdateIpConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateIpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetUpdateIpConfiguration from the JsonReader.VirtualMachineScaleSetUpdateIpConfiguration.withApplicationGatewayBackendAddressPools(List<com.azure.core.management.SubResource> applicationGatewayBackendAddressPools) Set the applicationGatewayBackendAddressPools property: The application gateway backend address pools.VirtualMachineScaleSetUpdateIpConfiguration.withApplicationSecurityGroups(List<com.azure.core.management.SubResource> applicationSecurityGroups) Set the applicationSecurityGroups property: Specifies an array of references to application security group.VirtualMachineScaleSetUpdateIpConfiguration.withLoadBalancerBackendAddressPools(List<com.azure.core.management.SubResource> loadBalancerBackendAddressPools) Set the loadBalancerBackendAddressPools property: The load balancer backend address pools.VirtualMachineScaleSetUpdateIpConfiguration.withLoadBalancerInboundNatPools(List<com.azure.core.management.SubResource> loadBalancerInboundNatPools) Set the loadBalancerInboundNatPools property: The load balancer inbound nat pools.Set the name property: The IP configuration name.VirtualMachineScaleSetUpdateIpConfiguration.withPrimary(Boolean primary) Set the primary property: Specifies the primary IP Configuration in case the network interface has more than one IP Configuration.VirtualMachineScaleSetUpdateIpConfiguration.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.VirtualMachineScaleSetUpdateIpConfiguration.withPublicIpAddressConfiguration(VirtualMachineScaleSetUpdatePublicIpAddressConfiguration publicIpAddressConfiguration) Set the publicIpAddressConfiguration property: The publicIPAddressConfiguration.VirtualMachineScaleSetUpdateIpConfiguration.withSubnet(ApiEntityReference subnet) Set the subnet property: The subnet.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineScaleSetUpdateIpConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateNetworkConfiguration.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 VirtualMachineScaleSetUpdateIpConfigurationModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateNetworkConfiguration.withIpConfigurations(List<VirtualMachineScaleSetUpdateIpConfiguration> ipConfigurations) Set the ipConfigurations property: The virtual machine scale set IP Configuration.