PrivateEndpointUpdate Class
Private endpoint update details.
Constructor
PrivateEndpointUpdate(*, id: str | None = None, location: str | None = None, immutable_subscription_id: str | None = None, immutable_resource_id: str | None = None, vnet_traffic_tag: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Remote endpoint resource ID. Default value: None
|
location
|
ARM location of the remote private endpoint. Default value: None
|
immutable_subscription_id
|
Original subscription ID needed by Microsoft.Network. Default value: None
|
immutable_resource_id
|
Original resource ID needed by Microsoft.Network. Default value: None
|
vnet_traffic_tag
|
Virtual network traffic tag. Default value: None
|
Variables
Name | Description |
---|---|
id
|
Remote endpoint resource ID. |
location
|
ARM location of the remote private endpoint. |
immutable_subscription_id
|
Original subscription ID needed by Microsoft.Network. |
immutable_resource_id
|
Original resource ID needed by Microsoft.Network. |
vnet_traffic_tag
|
Virtual network traffic tag. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python