PartnerNamespaceChannelPatch Class
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.
Properties of the Channel update.
public class PartnerNamespaceChannelPatch
public class PartnerNamespaceChannelPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.PartnerNamespaceChannelPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.PartnerNamespaceChannelPatch>
type PartnerNamespaceChannelPatch = class
type PartnerNamespaceChannelPatch = class
interface IJsonModel<PartnerNamespaceChannelPatch>
interface IPersistableModel<PartnerNamespaceChannelPatch>
Public Class PartnerNamespaceChannelPatch
Public Class PartnerNamespaceChannelPatch
Implements IJsonModel(Of PartnerNamespaceChannelPatch), IPersistableModel(Of PartnerNamespaceChannelPatch)
- Inheritance
-
PartnerNamespaceChannelPatch
- Implements
Constructors
PartnerNamespaceChannelPatch() |
Initializes a new instance of PartnerNamespaceChannelPatch. |
Properties
EventTypeInfo |
Event type info for the partner topic. |
ExpireOnIfNotActivated |
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. |
PartnerDestinationInfo |
Partner destination properties which can be updated if the channel is of type PartnerDestination. Please note PartnerUpdateDestinationInfo is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include WebhookUpdatePartnerDestinationInfo. |
Explicit Interface Implementations
IJsonModel<PartnerNamespaceChannelPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PartnerNamespaceChannelPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PartnerNamespaceChannelPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PartnerNamespaceChannelPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PartnerNamespaceChannelPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET