IEventHubAuthorizationKey Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET