你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IPartnerNamespaceUpdateParameterProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerNamespaceUpdateParameterPropertiesTypeConverter))]
public interface IPartnerNamespaceUpdateParameterProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerNamespaceUpdateParameterPropertiesTypeConverter))>]
type IPartnerNamespaceUpdateParameterProperties = interface
    interface IJsonSerializable
Public Interface IPartnerNamespaceUpdateParameterProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DisableLocalAuth

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.

InboundIPRule

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

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to