PartnerTopic Class

Definition

Event Grid Partner Topic.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PartnerTopic : Microsoft.Azure.Management.EventGrid.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PartnerTopic = class
    inherit TrackedResource
Public Class PartnerTopic
Inherits TrackedResource
Inheritance
Attributes

Constructors

PartnerTopic()

Initializes a new instance of the PartnerTopic class.

PartnerTopic(String, String, String, String, IDictionary<String, String>, Nullable<Guid>, String, EventTypeInfo, Nullable<DateTime>, String, String, String, String, SystemData, IdentityInfo)

Initializes a new instance of the PartnerTopic class.

Properties

ActivationState

Gets or sets activation state of the partner topic. Possible values include: 'NeverActivated', 'Activated', 'Deactivated'

EventTypeInfo

Gets or sets event Type information from the corresponding event channel.

ExpirationTimeIfNotActivatedUtc

Gets or sets expiration time of the partner topic. If this timer expires while the partner topic is still never activated, the partner topic and corresponding event channel are deleted.

Id

Gets fully qualified identifier of the resource.

(Inherited from Resource)
Identity

Gets or sets identity information for the Partner Topic resource.

Location

Gets or sets location of the resource.

(Inherited from TrackedResource)
MessageForActivation

Gets or sets context or helpful message that can be used during the approval process by the subscriber.

Name

Gets name of the resource.

(Inherited from Resource)
PartnerRegistrationImmutableId

Gets or sets the immutableId of the corresponding partner registration.

PartnerTopicFriendlyDescription

Gets or sets friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic. This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.

ProvisioningState

Gets provisioning state of the partner topic. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed', 'IdleDueToMirroredChannelResourceDeletion'

Source

Gets or sets source associated with this partner topic. This represents a unique partner resource.

SystemData

Gets the system metadata relating to Partner Topic resource.

Tags

Gets or sets tags of the resource.

(Inherited from TrackedResource)
Type

Gets type of the resource.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to