PartnerDestinationInfo 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.
Properties of the corresponding partner destination of a Channel. Please note PartnerDestinationInfo is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include WebhookPartnerDestinationInfo.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.EventGrid.Models.UnknownPartnerDestinationInfo))]
public abstract class PartnerDestinationInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.PartnerDestinationInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.PartnerDestinationInfo>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.EventGrid.Models.UnknownPartnerDestinationInfo))>]
type PartnerDestinationInfo = class
interface IJsonModel<PartnerDestinationInfo>
interface IPersistableModel<PartnerDestinationInfo>
Public MustInherit Class PartnerDestinationInfo
Implements IJsonModel(Of PartnerDestinationInfo), IPersistableModel(Of PartnerDestinationInfo)
- Inheritance
-
PartnerDestinationInfo
- Derived
- Attributes
- Implements
Constructors
PartnerDestinationInfo() |
Initializes a new instance of PartnerDestinationInfo. |
Properties
AzureSubscriptionId |
Azure subscription ID of the subscriber. The partner destination associated with the channel will be created under this Azure subscription. |
EndpointServiceContext |
Additional context of the partner destination endpoint. |
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. |
Explicit Interface Implementations
IJsonModel<PartnerDestinationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PartnerDestinationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PartnerDestinationInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PartnerDestinationInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PartnerDestinationInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET