LBFrontendIPConfigurationResourceSettings Class
Defines load balancer frontend IP configuration properties.
- Inheritance
-
LBFrontendIPConfigurationResourceSettings
Constructor
LBFrontendIPConfigurationResourceSettings(*, name: Optional[str] = None, private_ip_address: Optional[str] = None, private_ip_allocation_method: Optional[str] = None, subnet: Optional[azure.mgmt.regionmove.models._models_py3.ProxyResourceReference] = None, zones: Optional[str] = None, **kwargs)
Parameters
- private_ip_address
- str
Required
Gets or sets the IP address of the Load Balancer.This is only specified if a specific private IP address shall be allocated from the subnet specified in subnetRef.
- private_ip_allocation_method
- str
Required
Gets or sets PrivateIP allocation method (Static/Dynamic).
- subnet
- <xref:region_move_service_api.models.ProxyResourceReference>
Required
Defines reference to a proxy resource.
Feedback
Submit and view feedback for