Get-AzEventHubAuthorizationRule
取得授權規則的詳細數據,或取得授權規則的清單。
語法
Get-AzEventHubAuthorizationRule
[-ResourceGroupName] <String>
[-Namespace] <String>
[[-Name] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzEventHubAuthorizationRule
[-ResourceGroupName] <String>
[-Namespace] <String>
[-Eventhub] <String>
[[-Name] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzEventHubAuthorizationRule
[-ResourceGroupName] <String>
[-Namespace] <String>
[-AliasName] <String>
[[-Name] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzEventHubAuthorizationRule Cmdlet 會取得授權規則的詳細數據,或指定事件中樞的所有授權規則清單。 如果提供授權規則的名稱,則會傳回該單一授權規則的詳細數據。 如果未提供授權規則的名稱,則會傳回指定事件中樞的所有授權規則清單。 如果提供 [災害復原] 別名名稱,則會傳回所設定別名Namespace的授權規則詳細數據。
範例
範例 1.0 - 命名空間的 AuthorizationRule
PS C:\> Get-AzEventHubAuthorizationRule -ResourceGroupName MyResourceGroupName -NamespaceName MyNamespaceName -Name MyAuthRuleName
取得命名空間 『MyNamespaceName』 中的授權規則 『MyAuthRuleName』。
範例 1.1 - 命名空間的 AuthorizationRules
PS C:\> Get-AzEventHubAuthorizationRule -ResourceGroupName MyResourceGroupName -NamespaceName MyNamespaceName -EventHubName MyEventHubName
取得命名空間 『MyNamespaceName』 中所有授權規則的清單。
範例 2.0 - EventHub 的 AuthorizationRule
PS C:\> Get-AzEventHubAuthorizationRule -ResourceGroupName MyResourceGroupName -NamespaceName MyNamespaceName -EventHubName MyEventHubName -Name MyAuthRuleName
取得事件中樞 『MyEventHubName』 中的授權規則 『MyAuthRuleName』,此規則的範圍是由命名空間 『MyNamespaceName』 所限定。
範例 2.1 - EventHub 的 AuthorizationRules
PS C:\> Get-AzEventHubAuthorizationRule -ResourceGroupName MyResourceGroupName -NamespaceName MyNamespaceName -EventHubName MyEventHubName
取得事件中樞 『MyEventHubName』 中的清單授權規則,此規則的範圍是由命名空間 『MyNamespaceName』 所限定。
範例 3.0 - Alias 的 AuthorizationRule (GeoRecovery Configuration)
PS C:\> Get-AzEventHubAuthorizationRule -ResourceGroupName MyResourceGroupName -NamespaceName MyNamespaceName -AliasName MyAliasNameName -Name MyAuthRuleName
取得命名空間 『MyNamespaceName』 中的授權規則 『MyAuthRuleName』。
範例 3.1 -Alias 的 AuthorizationRules (GeoRecovery Configuration)
PS C:\> Get-AzEventHubAuthorizationRule -ResourceGroupName MyResourceGroupName -NamespaceName MyNamespaceName -AliasName MyAliasNameName
取得命名空間 'MyNamespaceName' 中所有授權規則 'MyAuthRuleName' 的清單。
參數
-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 |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Namespace
命名空間名稱
類型: | String |
別名: | NamespaceName |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceGroupName
資源群組名稱
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |