NamespaceTopicUpdateParameterProperties 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.
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() |