Share via


NamespaceTopicUpdateParameterProperties Class

Definition

Information of namespace topic update parameter properties.

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

Constructors

NamespaceTopicUpdateParameterProperties()

Creates an new NamespaceTopicUpdateParameterProperties instance.

Properties

EventRetentionInDay

Event retention for the namespace topic expressed in days. The property default value is 1 day. Min event retention duration value is 1 day and max event retention duration value is 1 day.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NamespaceTopicUpdateParameterProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NamespaceTopicUpdateParameterProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NamespaceTopicUpdateParameterProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to