Share via


PartnerDestinationProperties Class

Definition

Properties of the Partner Destination.

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

Constructors

PartnerDestinationProperties()

Creates an new PartnerDestinationProperties instance.

Properties

ActivationState

Activation state of the partner destination.

EndpointBaseUrl

Endpoint Base URL of the partner destination

EndpointServiceContext

Endpoint context associated with this partner destination.

ExpirationTimeIfNotActivatedUtc

Expiration time of the partner destination. If this timer expires and the partner destination was never activated, the partner destination and corresponding channel are deleted.

MessageForActivation

Context or helpful message that can be used during the approval process.

PartnerRegistrationImmutableId

The immutable Id of the corresponding partner registration.

ProvisioningState

Provisioning state of the partner destination.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerDestinationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerDestinationProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerDestinationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to