Aracılığıyla paylaş


IPartnerDestination Interface

Definition

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

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.

Id

Fully qualified identifier of the resource.

(Inherited from IResource)
Location

Location of the resource.

(Inherited from ITrackedResource)
MessageForActivation

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

Name

Name of the resource.

(Inherited from IResource)
PartnerRegistrationImmutableId

The immutable Id of the corresponding partner registration.

ProvisioningState

Provisioning state of the partner destination.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Tags of the resource.

(Inherited from ITrackedResource)
Type

Type of the resource.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to