PartnerNamespace Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EventGrid Partner Namespace.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PartnerNamespace : Microsoft.Azure.Management.EventGrid.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PartnerNamespace = class
inherit TrackedResource
Public Class PartnerNamespace
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
PartnerNamespace() |
Initializes a new instance of the PartnerNamespace class. |
PartnerNamespace(String, String, String, String, IDictionary<String, String>, IList<PrivateEndpointConnection>, String, String, String, String, IList<InboundIpRule>, Nullable<Boolean>, String, SystemData) |
Initializes a new instance of the PartnerNamespace 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. |
Endpoint |
Gets endpoint for the partner namespace. |
Id |
Gets fully qualified identifier of the resource. (Inherited from Resource) |
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. |
Location |
Gets or sets location of the resource. (Inherited from TrackedResource) |
Name |
Gets name of the resource. (Inherited from Resource) |
PartnerRegistrationFullyQualifiedId |
Gets or sets 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 |
Gets or sets 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. Possible values include: 'SourceEventAttribute', 'ChannelNameHeader' |
PrivateEndpointConnections | |
ProvisioningState |
Gets provisioning state of the partner namespace. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed' |
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 <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceProperties.InboundIpRules" />. Possible values include: 'Enabled', 'Disabled' |
SystemData |
Gets the system metadata relating to Partner Namespace resource. |
Tags |
Gets or sets tags of the resource. (Inherited from TrackedResource) |
Type |
Gets type of the resource. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET