IntentContent Class
Intent information.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelIntentContent
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. |
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