Delen via


PartnerDetails Class

Definition

Information about the partner.

public class PartnerDetails
public class PartnerDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.PartnerDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.PartnerDetails>
type PartnerDetails = class
type PartnerDetails = class
    interface IJsonModel<PartnerDetails>
    interface IPersistableModel<PartnerDetails>
Public Class PartnerDetails
Public Class PartnerDetails
Implements IJsonModel(Of PartnerDetails), IPersistableModel(Of PartnerDetails)
Inheritance
PartnerDetails
Implements

Constructors

PartnerDetails()

Initializes a new instance of PartnerDetails.

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.

Explicit Interface Implementations

IJsonModel<PartnerDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PartnerDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PartnerDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PartnerDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PartnerDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to