Get-AzEventGridPartnerTopicEventSubscription
取得合作夥伴主題之事件訂閱的屬性。
語法
Get-AzEventGridPartnerTopicEventSubscription
-PartnerTopicName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-Filter <String>]
[-Top <Int32>]
[-DefaultProfile <PSObject>]
[-PassThru]
[<CommonParameters>]
Get-AzEventGridPartnerTopicEventSubscription
-EventSubscriptionName <String>
-PartnerTopicInputObject <IEventGridIdentity>
[-DefaultProfile <PSObject>]
[-PassThru]
[<CommonParameters>]
Get-AzEventGridPartnerTopicEventSubscription
-EventSubscriptionName <String>
-PartnerTopicName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[-PassThru]
[<CommonParameters>]
Get-AzEventGridPartnerTopicEventSubscription
-InputObject <IEventGridIdentity>
[-DefaultProfile <PSObject>]
[-PassThru]
[<CommonParameters>]
Description
取得合作夥伴主題之事件訂閱的屬性。
範例
範例 1:取得合作夥伴主題之事件訂閱的屬性。
Get-AzEventGridPartnerTopic -ResourceGroupName azps_test_group_eventgrid
Name ResourceGroupName
---- -----------------
azps-eventsubname azps_test_group_eventgrid
取得合作夥伴主題之事件訂閱的屬性。
範例 2:取得合作夥伴主題之事件訂閱的屬性。
Get-AzEventGridPartnerTopicEventSubscription -ResourceGroupName azps_test_group_eventgrid -PartnerTopicName default -EventSubscriptionName azps-eventsubname
Name ResourceGroupName
---- -----------------
azps-eventsubname azps_test_group_eventgrid
取得合作夥伴主題之事件訂閱的屬性。
範例 3:取得合作夥伴主題之事件訂閱的屬性。
$partnerTopicObj = Get-AzEventGridPartnerTopic -Name default -ResourceGroupName azps_test_group_eventgrid
Get-AzEventGridPartnerTopicEventSubscription -PartnerTopicInputObject $partnerTopicObj -EventSubscriptionName azps-eventsubname
Name ResourceGroupName
---- -----------------
azps-eventsubname azps_test_group_eventgrid
取得合作夥伴主題之事件訂閱的屬性。
參數
-DefaultProfile
DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。
類型: | PSObject |
別名: | AzureRMContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-EventSubscriptionName
要找到的事件訂用帳戶名稱。 事件訂閱名稱長度必須介於 3 到 100 個字元之間,且只能使用英數位元。
類型: | String |
別名: | Name |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Filter
用來使用 OData 語法篩選搜尋結果的查詢。 只允許篩選 『name』 屬性,且 OData 作業數目有限。 這些作業包括:『contains』 函式以及下列邏輯作業:not、 和, 或 eq (針對 equal), 和 ne (for not equal) 。 不支持算術運算。 以下是有效的篩選範例:$filter=contains(namE,'PATTERN') 和名稱 ne 'PATTERN-1'。 下列不是有效的篩選範例:$filter=location eq 'westus'。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
Identity 參數
類型: | IEventGridIdentity |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-PartnerTopicInputObject
Identity 參數
類型: | IEventGridIdentity |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-PartnerTopicName
合作夥伴主題的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-PassThru
當命令成功時傳回 true
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
用戶訂用帳戶內的資源組名。
類型: | String |
別名: | ResourceGroup |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SubscriptionId
可唯一識別Microsoft Azure 訂用帳戶的訂用帳戶認證。 訂用帳戶標識碼會形成每個服務呼叫 URI 的一部分。
類型: | String[] |
Position: | Named |
預設值: | (Get-AzContext).Subscription.Id |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Top
要針對清單作業傳回每個頁面的結果數目。 top 參數的有效範圍是 1 到 100。 如果未指定,每個頁面要傳回的默認結果數目為20個專案。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |