Partager via


IEventHubAuthorizationKey Interface

Définition

Type représentant la clé d’accès de EventHubNamespaceAuthorizationRule.

public interface IEventHubAuthorizationKey : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.Models.AccessKeysInner>
type IEventHubAuthorizationKey = interface
    interface IBeta
    interface IHasInner<AccessKeysInner>
Public Interface IEventHubAuthorizationKey
Implements IBeta, IHasInner(Of AccessKeysInner)
Implémente

Propriétés

Inner

Type représentant la clé d’accès de EventHubNamespaceAuthorizationRule.

(Hérité de IHasInner<T>)
PrimaryConnectionString

Obtient la chaîne de connexion principale.

PrimaryKey

Obtient la clé d’accès primaire.

SecondaryConnectionString

Obtient la chaîne de connexion secondaire.

SecondaryKey

Obtient la clé d’accès secondaire.

S’applique à