EventGridIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventGridIdentityTypeConverter))]
public class EventGridIdentity : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.EventGridIdentityTypeConverter))>]
type EventGridIdentity = class
interface IEventGridIdentity
interface IJsonSerializable
Public Class EventGridIdentity
Implements IEventGridIdentity
- Inheritance
-
EventGridIdentity
- Attributes
- Implements
Constructors
EventGridIdentity() |
Creates an new EventGridIdentity instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EventGridIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EventGridIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventGridIdentity. |
FromJsonString(String) |
Creates a new instance of EventGridIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EventGridIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |