Condividi tramite


SystemTopic Class

Definition

EventGrid System Topic.

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

Constructors

SystemTopic()

Initializes a new instance of the SystemTopic class.

SystemTopic(String, String, String, String, IDictionary<String,String>, String, String, String, String, IdentityInfo, SystemData)

Initializes a new instance of the SystemTopic class.

Properties

Id

Gets fully qualified identifier of the resource.

(Inherited from Resource)
Identity

Gets or sets identity information for the resource.

Location

Gets or sets location of the resource.

(Inherited from TrackedResource)
MetricResourceId

Gets metric resource id for the system topic.

Name

Gets name of the resource.

(Inherited from Resource)
ProvisioningState

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

Source

Gets or sets source for the system topic.

SystemData

Gets the system metadata relating to System Topic resource.

Tags

Gets or sets tags of the resource.

(Inherited from TrackedResource)
TopicType

Gets or sets topicType for the system topic.

Type

Gets type of the resource.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to