Sdílet prostřednictvím


WebhookPartnerDestinationInfo Class

Definition

Information about the WebHook of the partner destination.

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

Constructors

WebhookPartnerDestinationInfo()

Initializes a new instance of WebhookPartnerDestinationInfo.

Properties

AzureSubscriptionId

Azure subscription ID of the subscriber. The partner destination associated with the channel will be created under this Azure subscription.

(Inherited from PartnerDestinationInfo)
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.

EndpointServiceContext

Additional context of the partner destination endpoint.

(Inherited from PartnerDestinationInfo)
EndpointUri

The URL that represents the endpoint of the partner destination.

Name

Name of the partner destination associated with the channel.

(Inherited from PartnerDestinationInfo)
ResourceGroupName

Azure Resource Group of the subscriber. The partner destination associated with the channel will be created under this resource group.

(Inherited from PartnerDestinationInfo)
ResourceMoveChangeHistory

Change history of the resource move.

(Inherited from PartnerDestinationInfo)

Explicit Interface Implementations

IJsonModel<PartnerDestinationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from PartnerDestinationInfo)
IJsonModel<WebhookPartnerDestinationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebhookPartnerDestinationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PartnerDestinationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from PartnerDestinationInfo)
IPersistableModel<WebhookPartnerDestinationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebhookPartnerDestinationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebhookPartnerDestinationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to