Aracılığıyla paylaş


SystemTopic Class

Definition

EventGrid System Topic.

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

Constructors

SystemTopic()

Creates an new SystemTopic instance.

Properties

Id

Fully qualified identifier of the resource.

IdentityPrincipalId

The principal ID of resource identity.

IdentityTenantId

The tenant ID of resource.

IdentityType

The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.

IdentityUserAssignedIdentity

The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.

Location

Location of the resource.

MetricResourceId

Metric resource id for the system topic.

Name

Name of the resource.

ProvisioningState

Provisioning state of the system topic.

ResourceGroupName

Gets the resource group name

Source

Source for the system topic.

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.

Tag

Tags of the resource.

TopicType

TopicType for the system topic.

Type

Type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SystemTopic.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SystemTopic.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SystemTopic into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to