你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateEndpointIPConfiguration Class
An IP Configuration of the private endpoint.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
PrivateEndpointIPConfiguration(*, name: str | None = None, group_id: str | None = None, member_name: str | None = None, private_ip_address: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the resource that is unique within a resource group. |
group_id
|
The ID of a group obtained from the remote resource that this private endpoint should connect to. |
member_name
|
The member name of a group obtained from the remote resource that this private endpoint should connect to. |
private_ip_address
|
A private ip address obtained from the private endpoint's subnet. |
Variables
Name | Description |
---|---|
name
|
The name of the resource that is unique within a resource group. |
type
|
The resource type. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
group_id
|
The ID of a group obtained from the remote resource that this private endpoint should connect to. |
member_name
|
The member name of a group obtained from the remote resource that this private endpoint should connect to. |
private_ip_address
|
A private ip address obtained from the private endpoint's subnet. |