你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebhookPartnerDestinationProperties Class

Definition

Properties of a partner destination webhook.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.WebhookPartnerDestinationPropertiesTypeConverter))]
public class WebhookPartnerDestinationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IWebhookPartnerDestinationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.WebhookPartnerDestinationPropertiesTypeConverter))>]
type WebhookPartnerDestinationProperties = class
    interface IWebhookPartnerDestinationProperties
    interface IJsonSerializable
Public Class WebhookPartnerDestinationProperties
Implements IWebhookPartnerDestinationProperties
Inheritance
WebhookPartnerDestinationProperties
Attributes
Implements

Constructors

WebhookPartnerDestinationProperties()

Creates an new WebhookPartnerDestinationProperties instance.

Properties

ClientAuthentication

Partner client authentication

ClientAuthenticationType

Type of client authentication

EndpointBaseUrl

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

EndpointUrl

The URL that represents the endpoint of the partner destination.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WebhookPartnerDestinationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WebhookPartnerDestinationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IWebhookPartnerDestinationProperties.

FromJsonString(String)

Creates a new instance of WebhookPartnerDestinationProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WebhookPartnerDestinationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to