Partager via


IAuthorizationKeys Interface

Définition

Clé d’autorisation et chaîne de connexion de la règle d’autorisation associée aux entités Service Bus.

public interface IAuthorizationKeys : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.Models.ResourceListKeysInner>
type IAuthorizationKeys = interface
    interface IHasInner<ResourceListKeysInner>
Public Interface IAuthorizationKeys
Implements IHasInner(Of ResourceListKeysInner)
Implémente

Propriétés

Inner

Clé d’autorisation et chaîne de connexion de la règle d’autorisation associée aux entités Service Bus.

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

Obtient la chaîne de connexion principale.

PrimaryKey

Obtient la clé primaire associée à la règle.

SecondaryConnectionString

Obtient la chaîne de connexion secondaire.

SecondaryKey

Obtient la clé secondaire associée à la règle.

S’applique à