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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerDestinationInfoTypeConverter))]
public class PartnerDestinationInfo : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestinationInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerDestinationInfoTypeConverter))>]
type PartnerDestinationInfo = class
interface IPartnerDestinationInfo
interface IJsonSerializable
Public Class PartnerDestinationInfo
Implements IPartnerDestinationInfo
- Inheritance
-
PartnerDestinationInfo
- Attributes
- Implements
Constructors
PartnerDestinationInfo() |
Creates an new PartnerDestinationInfo instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PartnerDestinationInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PartnerDestinationInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestinationInfo. Note: the Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestinationInfo 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 PartnerDestinationInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PartnerDestinationInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |