PartnerNamespaceUpdateParameters Class

Definition

Properties of the Partner Namespace update.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PartnerNamespaceUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PartnerNamespaceUpdateParameters = class
Public Class PartnerNamespaceUpdateParameters
Inheritance
PartnerNamespaceUpdateParameters
Attributes

Constructors

PartnerNamespaceUpdateParameters()

Initializes a new instance of the PartnerNamespaceUpdateParameters class.

PartnerNamespaceUpdateParameters(IDictionary<String,String>, String, IList<InboundIpRule>, Nullable<Boolean>)

Initializes a new instance of the PartnerNamespaceUpdateParameters class.

Properties

DisableLocalAuth

Gets or sets 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.

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 &lt;seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceUpdateParameterProperties.InboundIpRules" /&gt;. Possible values include: 'Enabled', 'Disabled'

Tags

Gets or sets tags of the Partner Namespace.

Applies to