WebhookPartnerDestinationInfo 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.
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
- 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
Applies to
Azure SDK for .NET