IChannelUpdateParametersProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ChannelUpdateParametersPropertiesTypeConverter))]
public interface IChannelUpdateParametersProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ChannelUpdateParametersPropertiesTypeConverter))>]
type IChannelUpdateParametersProperties = interface
interface IJsonSerializable
Public Interface IChannelUpdateParametersProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
EventTypeInfoInlineEventType |
A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type. |
EventTypeInfoKind |
The kind of event type used. |
ExpirationTimeIfNotActivatedUtc |
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. |
PartnerDestinationInfoEndpointType |
Type of the endpoint for the partner destination |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |