VirtualMachineScaleSetIPConfiguration Class
Describes a virtual machine scale set network profile's IP configuration.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.compute.v2020_12_01.models._models_py3.SubResourceVirtualMachineScaleSetIPConfiguration
Constructor
VirtualMachineScaleSetIPConfiguration(*, name: str, id: Optional[str] = None, subnet: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.ApiEntityReference] = None, primary: Optional[bool] = None, public_ip_address_configuration: Optional[azure.mgmt.compute.v2020_12_01.models._models_py3.VirtualMachineScaleSetPublicIPAddressConfiguration] = None, private_ip_address_version: Optional[Union[str, azure.mgmt.compute.v2020_12_01.models._compute_management_client_enums.IPVersion]] = None, application_gateway_backend_address_pools: Optional[List[azure.mgmt.compute.v2020_12_01.models._models_py3.SubResource]] = None, application_security_groups: Optional[List[azure.mgmt.compute.v2020_12_01.models._models_py3.SubResource]] = None, load_balancer_backend_address_pools: Optional[List[azure.mgmt.compute.v2020_12_01.models._models_py3.SubResource]] = None, load_balancer_inbound_nat_pools: Optional[List[azure.mgmt.compute.v2020_12_01.models._models_py3.SubResource]] = None, **kwargs)
Parameters
- primary
- bool
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
- public_ip_address_configuration
- VirtualMachineScaleSetPublicIPAddressConfiguration
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]
Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.
- application_security_groups
- list[SubResource]
Specifies an array of references to application security group.
- load_balancer_backend_address_pools
- list[SubResource]
Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
- load_balancer_inbound_nat_pools
- list[SubResource]
Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.
Feedback
Submit and view feedback for