共用方式為


Get-AzEventHubKey

取得指定事件中樞授權規則的主鍵詳細數據。

語法

Get-AzEventHubKey
   [-ResourceGroupName] <String>
   [-Namespace] <String>
   [-Name] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzEventHubKey
   [-ResourceGroupName] <String>
   [-Namespace] <String>
   [-EventHub] <String>
   [-Name] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzEventHubKey
   [-ResourceGroupName] <String>
   [-Namespace] <String>
   [-AliasName] <String>
   [-Name] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzEventHubKey Cmdlet 會傳回指定 NameSpace/事件中樞/別名授權規則的主要和次要連接字串和密鑰詳細數據。

範例

範例 1 - Namespace

PS C:\> Get-AzEventHubKey -ResourceGroupName MyResourceGroupName -NamespaceName MyNamespaceName -AuthorizationRuleName MyAuthRuleName

範例 2 - EventHub

PS C:\> Get-AzEventHubKey -ResourceGroupName MyResourceGroupName -NamespaceName MyNamespaceName -EventHubName MyEventHubName -AuthorizationRuleName MyAuthRuleName

取得授權規則 『MyAuthRuleName』 的主要和次要連接字串和密鑰的詳細數據。

範例 3 - 別名 (GeoRecovery Configuration)

PS C:\> Get-AzEventHubKey -ResourceGroupName MyResourceGroupName -NamespaceName MyNamespaceName -EventHubName MyEventHubName -AliasName MyAliasName -Name MyAuthRuleName

取得授權規則 『MyAuthRuleName』 的主要、次要、AliasPrimary 和 AliasSecondary 連接字串和密鑰的詳細數據。

參數

-AliasName

別名名稱

類型:String
Position:2
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-EventHub

EventHub 名稱

類型:String
別名:EventHubName
Position:2
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Name

AuthorizationRule 名稱

類型:String
別名:AuthorizationRuleName
Position:3
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Namespace

命名空間名稱

類型:String
別名:NamespaceName
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ResourceGroupName

資源群組名稱

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

String

輸出

PSListKeysAttributes