Compartilhar via


IEventGridIdentity Interface

Definition

[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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to