Share via


TopicsConfiguration Class

Definition

Properties of the Topics Configuration.

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

Constructors

TopicsConfiguration()

Creates an new TopicsConfiguration instance.

Properties

Hostname

The hostname for the topics configuration. This is a read-only property.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TopicsConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TopicsConfiguration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TopicsConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to