Share via


ExtensionTopic Class

Definition

Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ExtensionTopicTypeConverter))]
public class ExtensionTopic : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IExtensionTopic, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ExtensionTopicTypeConverter))>]
type ExtensionTopic = class
    interface IExtensionTopic
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class ExtensionTopic
Implements IExtensionTopic, IValidates
Inheritance
ExtensionTopic
Attributes
Implements

Constructors

ExtensionTopic()

Creates an new ExtensionTopic instance.

Properties

Description

Description of the extension topic.

Id

Fully qualified identifier of the resource.

Name

Name of the resource.

ResourceGroupName

Gets the resource group name

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.

SystemTopic

System topic resource id which is mapped to the source.

Type

Type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExtensionTopic.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExtensionTopic.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IExtensionTopic.

FromJsonString(String)

Creates a new instance of ExtensionTopic, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExtensionTopic into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to