ApplicationGatewayPrivateLinkResource Class
PrivateLink Resource of an application gateway.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceApplicationGatewayPrivateLinkResource
Constructor
ApplicationGatewayPrivateLinkResource(*, id: str | None = None, name: str | None = None, required_zone_names: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the private link resource that is unique within an Application Gateway. |
required_zone_names
|
Required DNS zone names of the the private link resource. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the private link resource that is unique within an Application Gateway. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Type of the resource. |
group_id
|
Group identifier of private link resource. |
required_members
|
Required member names of private link resource. |
required_zone_names
|
Required DNS zone names of the the private link resource. |
Azure SDK for Python