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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.WebhookPartnerDestinationInfoTypeConverter))]
public class WebhookPartnerDestinationInfo : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IWebhookPartnerDestinationInfo, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.WebhookPartnerDestinationInfoTypeConverter))>]
type WebhookPartnerDestinationInfo = class
interface IWebhookPartnerDestinationInfo
interface IJsonSerializable
interface IPartnerDestinationInfo
interface IValidates
Public Class WebhookPartnerDestinationInfo
Implements IValidates, IWebhookPartnerDestinationInfo
- Inheritance
-
WebhookPartnerDestinationInfo
- Attributes
- Implements
Constructors
WebhookPartnerDestinationInfo() |
Creates an new WebhookPartnerDestinationInfo instance. |
Properties
AzureSubscriptionId |
Azure subscription ID of the subscriber. The partner destination associated with the channel will be created under this Azure subscription. |
ClientAuthentication |
Partner client authentication |
ClientAuthenticationType |
Type of client authentication |
EndpointBaseUrl |
The base URL that represents the endpoint of the partner destination. |
EndpointServiceContext |
Additional context of the partner destination endpoint. |
EndpointType |
Type of the endpoint for the partner destination |
EndpointUrl |
The URL that represents the endpoint of the partner destination. |
Name |
Name of the partner destination associated with the channel. |
ResourceGroupName |
Azure Resource Group of the subscriber. The partner destination associated with the channel will be created under this resource group. |
ResourceMoveChangeHistory |
Change history of the resource move. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WebhookPartnerDestinationInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WebhookPartnerDestinationInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IWebhookPartnerDestinationInfo. |
FromJsonString(String) |
Creates a new instance of WebhookPartnerDestinationInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WebhookPartnerDestinationInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |