Share via


PartnerNamespaceProperties Class

Definition

Properties of the partner namespace.

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

Constructors

PartnerNamespaceProperties()

Creates an new PartnerNamespaceProperties 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.

Endpoint

Endpoint for 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 partner namespace

PartnerRegistrationFullyQualifiedId

The fully qualified ARM Id of the partner registration that should be associated with this partner namespace. This takes the following format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}.

PartnerTopicRoutingMode

This determines if events published to this partner namespace should use the source attribute in the event payload or use the channel name in the header when matching to the partner topic. If none is specified, source attribute routing will be used to match the partner topic.

PrivateEndpointConnection
ProvisioningState

Provisioning state of the partner namespace.

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 PartnerNamespaceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerNamespaceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerNamespaceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to