Delen via


WebhookUpdatePartnerDestinationInfo Class

Definition

Information about the update of the WebHook of the partner destination.

public class WebhookUpdatePartnerDestinationInfo : Azure.ResourceManager.EventGrid.Models.PartnerUpdateDestinationInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.WebhookUpdatePartnerDestinationInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.WebhookUpdatePartnerDestinationInfo>
type WebhookUpdatePartnerDestinationInfo = class
    inherit PartnerUpdateDestinationInfo
    interface IJsonModel<WebhookUpdatePartnerDestinationInfo>
    interface IPersistableModel<WebhookUpdatePartnerDestinationInfo>
Public Class WebhookUpdatePartnerDestinationInfo
Inherits PartnerUpdateDestinationInfo
Implements IJsonModel(Of WebhookUpdatePartnerDestinationInfo), IPersistableModel(Of WebhookUpdatePartnerDestinationInfo)
Inheritance
WebhookUpdatePartnerDestinationInfo
Implements

Constructors

WebhookUpdatePartnerDestinationInfo()

Initializes a new instance of WebhookUpdatePartnerDestinationInfo.

Properties

ClientAuthentication

Partner client authentication Please note PartnerClientAuthentication 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 AzureADPartnerClientAuthentication.

EndpointBaseUri

The base URL that represents the endpoint of the partner destination.

EndpointUri

The URL that represents the endpoint of the partner destination.

Explicit Interface Implementations

IJsonModel<PartnerUpdateDestinationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from PartnerUpdateDestinationInfo)
IJsonModel<PartnerUpdateDestinationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PartnerUpdateDestinationInfo)
IJsonModel<WebhookUpdatePartnerDestinationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WebhookUpdatePartnerDestinationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PartnerUpdateDestinationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PartnerUpdateDestinationInfo)
IPersistableModel<PartnerUpdateDestinationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from PartnerUpdateDestinationInfo)
IPersistableModel<PartnerUpdateDestinationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PartnerUpdateDestinationInfo)
IPersistableModel<WebhookUpdatePartnerDestinationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebhookUpdatePartnerDestinationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WebhookUpdatePartnerDestinationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to