ChannelUpdateParameters Class

Definition

Properties of the Channel update.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ChannelUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ChannelUpdateParameters = class
Public Class ChannelUpdateParameters
Inheritance
ChannelUpdateParameters
Attributes

Constructors

ChannelUpdateParameters()

Initializes a new instance of the ChannelUpdateParameters class.

ChannelUpdateParameters(Nullable<DateTime>, PartnerUpdateTopicInfo)

Initializes a new instance of the ChannelUpdateParameters class.

Properties

ExpirationTimeIfNotActivatedUtc

Gets or sets 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.

PartnerTopicInfo

Gets or sets partner topic properties which can be updated if the channel is of type PartnerTopic.

Applies to