你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Channel interface
Channel info.
- Extends
Properties
channel |
The type of the event channel which represents the direction flow of events. |
expiration |
Expiration time of the channel. If this timer expires while the corresponding partner topic is never activated, the channel and corresponding partner topic are deleted. |
message |
Context or helpful message that can be used during the approval process by the subscriber. |
partner |
This property should be populated when channelType is PartnerTopic and represents information about the partner topic resource corresponding to the channel. |
provisioning |
Provisioning state of the channel. |
readiness |
The readiness state of the corresponding partner topic. |
system |
The system metadata relating to Channel resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
channelType
The type of the event channel which represents the direction flow of events.
channelType?: string
Property Value
string
expirationTimeIfNotActivatedUtc
Expiration time of the channel. If this timer expires while the corresponding partner topic is never activated, the channel and corresponding partner topic are deleted.
expirationTimeIfNotActivatedUtc?: Date
Property Value
Date
messageForActivation
Context or helpful message that can be used during the approval process by the subscriber.
messageForActivation?: string
Property Value
string
partnerTopicInfo
This property should be populated when channelType is PartnerTopic and represents information about the partner topic resource corresponding to the channel.
partnerTopicInfo?: PartnerTopicInfo
Property Value
provisioningState
Provisioning state of the channel.
provisioningState?: string
Property Value
string
readinessState
The readiness state of the corresponding partner topic.
readinessState?: string
Property Value
string
systemData
The system metadata relating to Channel resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
id
Fully qualified identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type