你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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