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
-
System.ObjectTopicUpdateParameters
- Attributes
Constructors
TopicUpdateParameters() |
Initializes a new instance of the TopicUpdateParameters class. |
TopicUpdateParameters(IDictionary<String,String>, IdentityInfo, String, IList<InboundIpRule>, ResourceSku) |
Initializes a new instance of the TopicUpdateParameters class. |
TopicUpdateParameters(IDictionary<String,String>, String, IList<InboundIpRule>) |
Initializes a new instance of the TopicUpdateParameters class. |
Properties
Identity |
Gets or sets 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' |
Sku |
Gets or sets the Sku pricing tier for the topic. |
Tags |
Gets or sets tags of the resource. |