Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IEventGridIdentity Interface
Definition
- Assembly:
- Az.EventGrid.private.dll
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventGridIdentityTypeConverter))]
public interface IEventGridIdentity : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventGridIdentityTypeConverter))>]
type IEventGridIdentity = interface
interface IJsonSerializable
Public Interface IEventGridIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CaCertificateName |
Name of the CA certificate. |
| ChannelName |
Name of the channel. |
| ClientGroupName |
Name of the client group. |
| ClientName |
Name of the client. |
| DomainName |
Name of the domain. |
| DomainTopicName |
Name of the topic. |
| EventSubscriptionName |
Name of the event subscription. |
| Id |
Resource identity path |
| Location |
Name of the location. |
| NamespaceName |
Name of the namespace. |
| ParentName |
The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name or namespace name). |
| ParentType |
The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces' or 'namespaces'. |
| PartnerDestinationName |
Name of the partner destination. |
| PartnerNamespaceName |
Name of the partner namespace. |
| PartnerRegistrationName |
Name of the partner registration. |
| PartnerTopicName |
Name of the partner topic. |
| PermissionBindingName |
Name of the permission binding. |
| PrivateEndpointConnectionName |
The name of the private endpoint connection connection. |
| PrivateLinkResourceName |
The name of private link resource will be either topic, domain, partnerNamespace or namespace. |
| ProviderNamespace |
Namespace of the provider of the topic. |
| ResourceGroupName |
The name of the resource group within the user's subscription. |
| ResourceName |
Name of the resource. |
| ResourceTypeName |
Name of the resource type. |
| Scope |
The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic. |
| SubscriptionId |
Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
| SystemTopicName |
Name of the system topic. |
| TopicName |
Name of the domain topic. |
| TopicSpaceName |
Name of the Topic space. |
| TopicTypeName |
Name of the topic type. |
| VerifiedPartnerName |
Name of the verified partner. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
