次の方法で共有


IAuthorizationKeys インターフェイス

定義

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)
実装

プロパティ

Inner

Service Bus エンティティに関連付けられている承認規則の承認キーと接続文字列。

(継承元 IHasInner<T>)
PrimaryConnectionString

プライマリ接続文字列を取得します。

PrimaryKey

ルールに関連付けられている主キーを取得します。

SecondaryConnectionString

セカンダリ接続文字列を取得します。

SecondaryKey

ルールに関連付けられているセカンダリ キーを取得します。

適用対象