Get-AzEventHubNamespace
取得事件中樞命名空間的詳細數據,或取得目前 Azure 訂用帳戶中所有事件中樞命名空間的清單。
語法
Get-AzEventHubNamespace
[[-ResourceGroupName] <String>]
[[-Name] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzEventHubNamespace Cmdlet 會取得指定事件中樞命名空間的詳細數據,或目前 Azure 訂用帳戶中所有事件中樞命名空間的清單。 如果提供命名空間名稱,則會傳回單一事件中樞命名空間的詳細數據。 如果未提供命名空間名稱,則會傳回命名空間清單。
範例
範例 1
PS C:\> Get-AzEventHubNamespace -ResourceGroupName MyResourceGroupName -NamespaceName MyNamespaceName
Name : MyNamespaceName
Id : /subscriptions/{subscriptionId}/resourceGroups/Default-EventHub-WestCentralUS/providers/Microsoft.EventHub/namespaces/MyNamespaceName
ResourceGroupName : Default-EventHub-WestCentralUS
Location : West US
Sku : Name : Standard , Capacity : 1 , Tier : Standard
Tags :
ProvisioningState : Succeeded
Status : Active
CreatedAt : 5/24/2019 12:47:27 AM
UpdatedAt : 5/24/2019 12:48:14 AM
ServiceBusEndpoint : #########
Enabled : True
KafkaEnabled : True
IsAutoInflateEnabled : True
MaximumThroughputUnits : 10
取得資源群組 'MyResourceGroupName' 中命名空間 'MyNamespaceName' 的詳細數據。
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
EventHub Namespace 名稱
類型: | String |
別名: | NamespaceName |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceGroupName
資源群組名稱
類型: | String |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |