ChannelUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.