你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.