Share via


PartnerUpdateDestinationInfo Class

Definition

Properties of the corresponding partner destination of a Channel.

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

Constructors

PartnerUpdateDestinationInfo()

Creates an new PartnerUpdateDestinationInfo instance.

Properties

EndpointType

Type of the endpoint for the partner destination

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerUpdateDestinationInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerUpdateDestinationInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerUpdateDestinationInfo. Note: the Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerUpdateDestinationInfo interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerUpdateDestinationInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to