IntentContent Class
Intent information.
All required parameters must be populated in order to send to server.
Constructor
IntentContent(*, source_resource_id: str, destination_resource_id: str, ip_traffic: _models.IPTraffic, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
|
source_resource_id
|
Source resource id of the intent. Required. |
destination_resource_id
|
Destination resource id of the intent. Required. |
ip_traffic
|
IP traffic information. Required. |
Variables
Name | Description |
---|---|
description
|
|
source_resource_id
|
Source resource id of the intent. Required. |
destination_resource_id
|
Destination resource id of the intent. Required. |
ip_traffic
|
IP traffic information. Required. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python