Condividi tramite


ChannelUpdateParameters Constructors

Definition

Overloads

ChannelUpdateParameters()

Initializes a new instance of the ChannelUpdateParameters class.

ChannelUpdateParameters(Nullable<DateTime>, PartnerUpdateTopicInfo)

Initializes a new instance of the ChannelUpdateParameters class.

ChannelUpdateParameters()

Initializes a new instance of the ChannelUpdateParameters class.

public ChannelUpdateParameters ();
Public Sub New ()

Applies to

ChannelUpdateParameters(Nullable<DateTime>, PartnerUpdateTopicInfo)

Initializes a new instance of the ChannelUpdateParameters class.

public ChannelUpdateParameters (DateTime? expirationTimeIfNotActivatedUtc = default, Microsoft.Azure.Management.EventGrid.Models.PartnerUpdateTopicInfo partnerTopicInfo = default);
new Microsoft.Azure.Management.EventGrid.Models.ChannelUpdateParameters : Nullable<DateTime> * Microsoft.Azure.Management.EventGrid.Models.PartnerUpdateTopicInfo -> Microsoft.Azure.Management.EventGrid.Models.ChannelUpdateParameters
Public Sub New (Optional expirationTimeIfNotActivatedUtc As Nullable(Of DateTime) = Nothing, Optional partnerTopicInfo As PartnerUpdateTopicInfo = Nothing)

Parameters

expirationTimeIfNotActivatedUtc
Nullable<DateTime>

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
PartnerUpdateTopicInfo

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

Applies to