Share via


SystemTopicData Class

Definition

A class representing the SystemTopic data model. EventGrid System Topic.

public class SystemTopicData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.SystemTopicData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.SystemTopicData>
type SystemTopicData = class
    inherit TrackedResourceData
    interface IJsonModel<SystemTopicData>
    interface IPersistableModel<SystemTopicData>
Public Class SystemTopicData
Inherits TrackedResourceData
Implements IJsonModel(Of SystemTopicData), IPersistableModel(Of SystemTopicData)
Inheritance
Implements

Constructors

Name Description
SystemTopicData(AzureLocation)

Initializes a new instance of SystemTopicData.

Properties

Name Description
Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

Identity information for the resource.

Location

The geo-___location where the resource lives.

(Inherited from TrackedResourceData)
MetricResourceId

Metric resource id for the system topic.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Provisioning state of the system topic.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Source

Source for the system topic.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
TopicType

TopicType for the system topic.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SystemTopicData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SystemTopicData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SystemTopicData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SystemTopicData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SystemTopicData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to