Share via


TopicUpdateParameterProperties Class

Definition

Information of topic update parameter properties.

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

Constructors

TopicUpdateParameterProperties()

Creates an new TopicUpdateParameterProperties instance.

Properties

DataResidencyBoundary

The data residency boundary for the topic.

DisableLocalAuth

This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic.

EventTypeInfoInlineEventType

A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.

EventTypeInfoKind

The kind of event type used.

InboundIPRule

This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.

MinimumTlsVersionAllowed

Minimum TLS version of the publisher allowed to publish to this domain

PublicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TopicUpdateParameterProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TopicUpdateParameterProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TopicUpdateParameterProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to