EventGridTopicPatch 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.
public class EventGridTopicPatch
public class EventGridTopicPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.EventGridTopicPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.EventGridTopicPatch>
type EventGridTopicPatch = class
type EventGridTopicPatch = class
interface IJsonModel<EventGridTopicPatch>
interface IPersistableModel<EventGridTopicPatch>
Public Class EventGridTopicPatch
Public Class EventGridTopicPatch
Implements IJsonModel(Of EventGridTopicPatch), IPersistableModel(Of EventGridTopicPatch)
- Inheritance
-
EventGridTopicPatch
- Implements
Constructors
EventGridTopicPatch() |
Initializes a new instance of EventGridTopicPatch. |
Properties
DataResidencyBoundary |
The data residency boundary for the topic. |
EventTypeInfo |
The eventTypeInfo for the topic. |
Identity |
Topic resource identity information. |
InboundIPRules |
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. |
IsLocalAuthDisabled |
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. |
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 <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" /> |
SkuName |
The Sku name of the resource. The possible values are: Basic or Premium. |
Tags |
Tags of the Topic resource. |
Explicit Interface Implementations
IJsonModel<EventGridTopicPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EventGridTopicPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EventGridTopicPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EventGridTopicPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EventGridTopicPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET