GetPartnerDestinationResult

data class GetPartnerDestinationResult(val activationState: String? = null, val azureApiVersion: String, val endpointBaseUrl: String? = null, val endpointServiceContext: String? = null, val expirationTimeIfNotActivatedUtc: String? = null, val id: String, val location: String, val messageForActivation: String? = null, val name: String, val partnerRegistrationImmutableId: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Event Grid Partner Destination.

Constructors

Link copied to clipboard
constructor(activationState: String? = null, azureApiVersion: String, endpointBaseUrl: String? = null, endpointServiceContext: String? = null, expirationTimeIfNotActivatedUtc: String? = null, id: String, location: String, messageForActivation: String? = null, name: String, partnerRegistrationImmutableId: String? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activationState: String? = null

Activation state of the partner destination.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val endpointBaseUrl: String? = null

Endpoint Base URL of the partner destination

Link copied to clipboard

Endpoint context associated with this partner destination.

Link copied to clipboard

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.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard

Location of the resource.

Link copied to clipboard

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

Link copied to clipboard

Name of the resource.

Link copied to clipboard

The immutable Id of the corresponding partner registration.

Link copied to clipboard

Provisioning state of the partner destination.

Link copied to clipboard

The system metadata relating to the Event Grid resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags of the resource.

Link copied to clipboard

Type of the resource.