Get-AzEventHubNetworkRuleSet
取得目前 Azure 訂用帳戶中命名空間的事件中樞 NetworkruleSet 的詳細數據。
語法
Get-AzEventHubNetworkRuleSet
[-ResourceGroupName] <String>
[-Namespace] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzEventHubNetworkRuleSet
[-Namespace] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzEventHubNetworkRuleSet
[-ResourceId] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
取得目前 Azure 訂用帳戶中命名空間的事件中樞 NetworkruleSet 的詳細數據。
範例
範例 1
PS C:\> Get-AzEventHubNetworkRuleSet -ResourceGroupName v-ajnavtest -Namespace Eventhub-Namespace1-1375
使用 ResourceGroup 和Namespace參數取得命名空間的事件中樞 NetworkruleSet 詳細數據。
範例 2
PS C:\> Get-AzEventHubNetworkRuleSet -Namespace Eventhub-Namespace1-2389
使用目前訂用帳戶中的 Namespace,取得命名空間的事件中樞 NetworkruleSet 詳細數據。
範例 3
PS C:\> Get-AzEventHubNetworkRuleSet -ResourceId /SubscriptionId/resourcegroups/ResourceGroup/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace1-2389
使用其他Namespace的資源標識符,取得命名空間的事件中樞 NetworkruleSet 詳細數據
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Namespace
命名空間名稱
類型: | String |
別名: | NamespaceName |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
資源群組名稱
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceId
Namespace資源標識碼
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
輸入
輸出
Microsoft.Azure.Commands.EventHub.Models.PSNetworkRuleSetAttributes