WebhookUpdatePartnerDestinationInfo 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 update of the WebHook of the partner destination.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.WebhookUpdatePartnerDestinationInfoTypeConverter))]
public class WebhookUpdatePartnerDestinationInfo : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IWebhookUpdatePartnerDestinationInfo, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.WebhookUpdatePartnerDestinationInfoTypeConverter))>]
type WebhookUpdatePartnerDestinationInfo = class
interface IWebhookUpdatePartnerDestinationInfo
interface IJsonSerializable
interface IPartnerUpdateDestinationInfo
interface IValidates
Public Class WebhookUpdatePartnerDestinationInfo
Implements IValidates, IWebhookUpdatePartnerDestinationInfo
- Inheritance
-
WebhookUpdatePartnerDestinationInfo
- Attributes
- Implements
Constructors
WebhookUpdatePartnerDestinationInfo() |
Creates an new WebhookUpdatePartnerDestinationInfo instance. |
Properties
ClientAuthentication |
Partner client authentication |
ClientAuthenticationType |
Type of client authentication |
EndpointBaseUrl |
The base URL that represents the endpoint of the partner destination. |
EndpointType |
Type of the endpoint for the partner destination |
EndpointUrl |
The URL that represents the endpoint of the partner destination. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WebhookUpdatePartnerDestinationInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WebhookUpdatePartnerDestinationInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IWebhookUpdatePartnerDestinationInfo. |
FromJsonString(String) |
Creates a new instance of WebhookUpdatePartnerDestinationInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WebhookUpdatePartnerDestinationInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |