TopicUpdateParameters 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.
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 <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" />. Possible values include: 'Enabled', 'Disabled' |
Tags |
Gets or sets tags of the Topic resource. |