Share via


PartnerDetails Class

Definition

Information about the partner.

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

Constructors

PartnerDetails()

Creates an new PartnerDetails instance.

Properties

Description

This is short description about the partner. The length of this description should not exceed 256 characters.

LongDescription

Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters.

SetupUri

URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to