IEventHubIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.EventHubIdentityTypeConverter))]
public interface IEventHubIdentity : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.EventHubIdentityTypeConverter))>]
type IEventHubIdentity = interface
    interface IJsonSerializable
Public Interface IEventHubIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Alias

The Disaster Recovery configuration name

ApplicationGroupName

The Application Group name

AuthorizationRuleName

The authorization rule name.

ClusterName

The name of the Event Hubs Cluster.

ConsumerGroupName

The consumer group name

EventHubName

The Event Hub name

Id

Resource identity path

NamespaceName

The Namespace name

PrivateEndpointConnectionName

The PrivateEndpointConnection name

ResourceAssociationName

The ResourceAssociation Name

ResourceGroupName

Name of the resource group within the azure subscription.

SchemaGroupName

The Schema Group name

SubscriptionId

Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to