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

ChannelUpdateParameters Class

Properties of the Channel update.

Inheritance
azure.mgmt.eventgrid._serialization.Model
ChannelUpdateParameters

Constructor

ChannelUpdateParameters(*, expiration_time_if_not_activated_utc: datetime | None = None, partner_destination_info: _models.PartnerUpdateDestinationInfo | None = None, partner_topic_info: _models.PartnerUpdateTopicInfo | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
expiration_time_if_not_activated_utc

Expiration time of the channel. If this timer expires while the corresponding partner topic or partner destination is never activated, the channel and corresponding partner topic or partner destination are deleted.

partner_destination_info

Partner destination properties which can be updated if the channel is of type PartnerDestination.

partner_topic_info

Partner topic properties which can be updated if the channel is of type PartnerTopic.

Variables

Name Description
expiration_time_if_not_activated_utc

Expiration time of the channel. If this timer expires while the corresponding partner topic or partner destination is never activated, the channel and corresponding partner topic or partner destination are deleted.

partner_destination_info

Partner destination properties which can be updated if the channel is of type PartnerDestination.

partner_topic_info

Partner topic properties which can be updated if the channel is of type PartnerTopic.