SystemTopicProperties 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 System Topic.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.SystemTopicPropertiesTypeConverter))]
public class SystemTopicProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopicProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.SystemTopicPropertiesTypeConverter))>]
type SystemTopicProperties = class
interface ISystemTopicProperties
interface IJsonSerializable
Public Class SystemTopicProperties
Implements ISystemTopicProperties
- Inheritance
-
SystemTopicProperties
- Attributes
- Implements
Constructors
SystemTopicProperties() |
Creates an new SystemTopicProperties instance. |
Properties
MetricResourceId |
Metric resource id for the system topic. |
ProvisioningState |
Provisioning state of the system topic. |
Source |
Source for the system topic. |
TopicType |
TopicType for the system topic. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SystemTopicProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SystemTopicProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ISystemTopicProperties. |
FromJsonString(String) |
Creates a new instance of SystemTopicProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SystemTopicProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |