PrivateEndpointUpdate Class
Private endpoint update details.
- Inheritance
-
azure.mgmt.deviceupdate._serialization.ModelPrivateEndpointUpdate
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. |
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. |
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python