IEventHubIdentity Interface
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.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 |
The name of the resource group. The name is case insensitive. |
| SchemaGroupName |
The Schema Group name |
| SubscriptionId |
The ID of the target subscription. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |