你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PartnerNamespaceUpdateParameters 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
PartnerNamespaceUpdateParameters() |
初始化 PartnerNamespaceUpdateParameters 类的新实例。 |
PartnerNamespaceUpdateParameters(IDictionary<String,String>, String, IList<InboundIpRule>, Nullable<Boolean>) |
初始化 PartnerNamespaceUpdateParameters 类的新实例。 |
PartnerNamespaceUpdateParameters()
初始化 PartnerNamespaceUpdateParameters 类的新实例。
public PartnerNamespaceUpdateParameters();
Public Sub New ()
适用于
PartnerNamespaceUpdateParameters(IDictionary<String,String>, String, IList<InboundIpRule>, Nullable<Boolean>)
初始化 PartnerNamespaceUpdateParameters 类的新实例。
public PartnerNamespaceUpdateParameters(System.Collections.Generic.IDictionary<string,string> tags = default, string publicNetworkAccess = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.InboundIpRule> inboundIpRules = default, bool? disableLocalAuth = default);
new Microsoft.Azure.Management.EventGrid.Models.PartnerNamespaceUpdateParameters : System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.InboundIpRule> * Nullable<bool> -> Microsoft.Azure.Management.EventGrid.Models.PartnerNamespaceUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional publicNetworkAccess As String = Nothing, Optional inboundIpRules As IList(Of InboundIpRule) = Nothing, Optional disableLocalAuth As Nullable(Of Boolean) = Nothing)
参数
- tags
- IDictionary<String,String>
合作伙伴命名空间的标记。
- publicNetworkAccess
- String
这确定是否允许通过公用网络流量。 默认情况下,它处于启用状态。 可以通过配置 <seealso cref=“P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceUpdateParameterProperties.InboundIpRules” />来进一步限制为特定 IP。 可能的值包括:“Enabled”、“Disabled”
- inboundIpRules
- IList<InboundIpRule>
这可用于限制来自特定 IP 而不是所有 IP 的流量。 注意:仅当启用了 PublicNetworkAccess 时,才会考虑这些项。
此布尔值用于启用或禁用本地身份验证。默认值为 false。 当 属性设置为 true 时,如果用户被允许发布到合作伙伴命名空间,则仅使用 AAD 令牌进行身份验证。