VirtualMachineScaleSetUpdateIPConfiguration Class
Describes a virtual machine scale set network profile's IP configuration. NOTE: The subnet of a scale set may be modified as long as the original subnet and the new subnet are in the same virtual network.
- Inheritance
-
azure.mgmt.compute.v2020_06_01.models._models_py3.SubResourceVirtualMachineScaleSetUpdateIPConfiguration
Constructor
VirtualMachineScaleSetUpdateIPConfiguration(*, id: Optional[str] = None, name: Optional[str] = None, subnet: Optional[azure.mgmt.compute.v2020_06_01.models._models_py3.ApiEntityReference] = None, primary: Optional[bool] = None, public_ip_address_configuration: Optional[azure.mgmt.compute.v2020_06_01.models._models_py3.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration] = None, private_ip_address_version: Optional[Union[str, azure.mgmt.compute.v2020_06_01.models._compute_management_client_enums.IPVersion]] = None, application_gateway_backend_address_pools: Optional[List[azure.mgmt.compute.v2020_06_01.models._models_py3.SubResource]] = None, application_security_groups: Optional[List[azure.mgmt.compute.v2020_06_01.models._models_py3.SubResource]] = None, load_balancer_backend_address_pools: Optional[List[azure.mgmt.compute.v2020_06_01.models._models_py3.SubResource]] = None, load_balancer_inbound_nat_pools: Optional[List[azure.mgmt.compute.v2020_06_01.models._models_py3.SubResource]] = None, **kwargs)
Parameters
- primary
- bool
Specifies the primary IP Configuration in case the network interface has more than one IP Configuration.
- public_ip_address_configuration
- VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
The publicIPAddressConfiguration.
Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. Possible values include: "IPv4", "IPv6".
- application_gateway_backend_address_pools
- list[SubResource]
The application gateway backend address pools.
- application_security_groups
- list[SubResource]
Specifies an array of references to application security group.
- load_balancer_backend_address_pools
- list[SubResource]
The load balancer backend address pools.
Feedback
Submit and view feedback for