ApplicationGatewayPrivateLinkIpConfiguration Class
The application gateway private link ip configuration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2020_06_01.models._models_py3.SubResourceApplicationGatewayPrivateLinkIpConfiguration
Constructor
ApplicationGatewayPrivateLinkIpConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, private_ip_address: typing.Union[str, NoneType] = None, private_ip_allocation_method: typing.Union[str, _ForwardRef('IPAllocationMethod'), NoneType] = None, subnet: typing.Union[_ForwardRef('SubResource'), NoneType] = None, primary: typing.Union[bool, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
The name of application gateway private link ip configuration.
- private_ip_address
- str
The private IP address of the IP configuration.
- private_ip_allocation_method
- str or IPAllocationMethod
The private IP address allocation method. Possible values include: "Static", "Dynamic".
- subnet
- SubResource
Reference to the subnet resource.
- primary
- bool
Whether the ip configuration is primary or not.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
The resource type.
- provisioning_state
- str or ProvisioningState
The provisioning state of the application gateway private link IP configuration. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for