Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IEventHubIdentity Interface
Definition
- Assembly:
- Az.EventHub.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.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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
