Compartilhar via


IntentContent Class

Intent information.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.network._serialization.Model
IntentContent

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
str
source_resource_id
str

Source resource id of the intent. Required.

destination_resource_id
str

Destination resource id of the intent. Required.

ip_traffic

IP traffic information. Required.

Variables

Name Description
description
str
source_resource_id
str

Source resource id of the intent. Required.

destination_resource_id
str

Destination resource id of the intent. Required.

ip_traffic

IP traffic information. Required.