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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python