Udostępnij przez


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

Name Description
NamespaceTopicUpdateParameters()

Creates an new NamespaceTopicUpdateParameters instance.

Properties

Name Description
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

Name Description
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