Sdílet prostřednictvím


PartnerNamespacePatch Class

Definition

Properties of the Partner Namespace update.

public class PartnerNamespacePatch
public class PartnerNamespacePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.PartnerNamespacePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.PartnerNamespacePatch>
type PartnerNamespacePatch = class
type PartnerNamespacePatch = class
    interface IJsonModel<PartnerNamespacePatch>
    interface IPersistableModel<PartnerNamespacePatch>
Public Class PartnerNamespacePatch
Public Class PartnerNamespacePatch
Implements IJsonModel(Of PartnerNamespacePatch), IPersistableModel(Of PartnerNamespacePatch)
Inheritance
PartnerNamespacePatch
Implements

Constructors

PartnerNamespacePatch()

Initializes a new instance of PartnerNamespacePatch.

Properties

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 partner namespace.

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.PartnerNamespaceUpdateParameterProperties.InboundIpRules" />

Tags

Tags of the Partner Namespace.

Explicit Interface Implementations

IJsonModel<PartnerNamespacePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PartnerNamespacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PartnerNamespacePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PartnerNamespacePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PartnerNamespacePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to