Share via


DomainTopicProperties Class

Definition

Properties of the Domain Topic.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DomainTopicPropertiesTypeConverter))]
public class DomainTopicProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainTopicProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DomainTopicPropertiesTypeConverter))>]
type DomainTopicProperties = class
    interface IDomainTopicProperties
    interface IJsonSerializable
Public Class DomainTopicProperties
Implements IDomainTopicProperties
Inheritance
DomainTopicProperties
Attributes
Implements

Constructors

DomainTopicProperties()

Creates an new DomainTopicProperties instance.

Properties

ProvisioningState

Provisioning state of the domain topic.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DomainTopicProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DomainTopicProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DomainTopicProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to