Share via


IPartnerDestinationInfo Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerDestinationInfoTypeConverter))]
public interface IPartnerDestinationInfo : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerDestinationInfoTypeConverter))>]
type IPartnerDestinationInfo = interface
    interface IJsonSerializable
Public Interface IPartnerDestinationInfo
Implements IJsonSerializable
Derived
Attributes
Implements

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.

EndpointType

Type of the endpoint for the partner destination

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to