Share via


TopicUpdateParameters Class

Definition

Properties of the Topic update

[Microsoft.Rest.Serialization.JsonTransformation]
public class TopicUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TopicUpdateParameters = class
Public Class TopicUpdateParameters
Inheritance
TopicUpdateParameters
Attributes

Constructors

TopicUpdateParameters()

Initializes a new instance of the TopicUpdateParameters class.

TopicUpdateParameters(IDictionary<String,String>, IdentityInfo, String, IList<InboundIpRule>, Nullable<Boolean>, String)

Initializes a new instance of the TopicUpdateParameters class.

Properties

DataResidencyBoundary

Gets or sets the data residency boundary for the topic. Possible values include: 'WithinGeopair', 'WithinRegion'

DisableLocalAuth

Gets or sets 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.

Identity

Gets or sets topic resource identity information.

InboundIpRules

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

PublicNetworkAccess

Gets or sets this determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring &lt;seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" /&gt;. Possible values include: 'Enabled', 'Disabled'

Tags

Gets or sets tags of the Topic resource.

Applies to