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

NamespaceTopicUpdateParameters Class

Definition

Properties of the namespace topic update.

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

Constructors

NamespaceTopicUpdateParameters()

Creates an new NamespaceTopicUpdateParameters 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 NamespaceTopicUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NamespaceTopicUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NamespaceTopicUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to