Delen via


PartnerNamespaceUpdateParameterProperties Class

Definition

Information of Partner Namespace update parameter properties.

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

Constructors

PartnerNamespaceUpdateParameterProperties()

Creates an new PartnerNamespaceUpdateParameterProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerNamespaceUpdateParameterProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerNamespaceUpdateParameterProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespaceUpdateParameterProperties.

FromJsonString(String)

Creates a new instance of PartnerNamespaceUpdateParameterProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerNamespaceUpdateParameterProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to