TopicsConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |