Get Channel Result
data class GetChannelResult(val azureApiVersion: String, val channelType: String? = null, val expirationTimeIfNotActivatedUtc: String? = null, val id: String, val messageForActivation: String? = null, val name: String, val partnerTopicInfo: PartnerTopicInfoResponse? = null, val provisioningState: String? = null, val readinessState: String? = null, val systemData: SystemDataResponse, val type: String)
Channel info.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, channelType: String? = null, expirationTimeIfNotActivatedUtc: String? = null, id: String, messageForActivation: String? = null, name: String, partnerTopicInfo: PartnerTopicInfoResponse? = null, provisioningState: String? = null, readinessState: String? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The type of the event channel which represents the direction flow of events.
Link copied to clipboard
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.
Link copied to clipboard
Context or helpful message that can be used during the approval process by the subscriber.
Link copied to clipboard
This property should be populated when channelType is PartnerTopic and represents information about the partner topic resource corresponding to the channel.
Link copied to clipboard
Provisioning state of the channel.
Link copied to clipboard
The readiness state of the corresponding partner topic.
Link copied to clipboard
The system metadata relating to the Event Grid resource.