Get-AzContainerRegistryWebhook
取得指定 Webhook 的屬性。
語法
Get-AzContainerRegistryWebhook
-RegistryName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzContainerRegistryWebhook
-RegistryName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
-Name <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzContainerRegistryWebhook
-InputObject <IContainerRegistryIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzContainerRegistryWebhook
-Registry <IRegistry>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
取得指定 Webhook 的屬性。
範例
範例 1:取得容器登錄 Webhook。
Get-AzContainerRegistryWebhook -ResourceGroupName "MyResourceGroup" -RegistryName "RegistryExample" -Name "webhook001"
Name Location Status Scope ProvisioningState
---- -------- ------ ----- -----------------
webhook001 eastus2 enabled Succeeded
取得容器登錄 Webhook。
範例 2:取得容器登錄的所有 Webhook
Get-AzContainerRegistryWebhook -ResourceGroupName "MyResourceGroup" -RegistryName "RegistryExample"
Name Location Status Scope ProvisioningState
---- -------- ------ ----- -----------------
webhook001 eastus2 enabled Succeeded
webhook002 eastus2 enabled Succeeded
webhook003 eastus enabled foo:* Succeeded
取得容器登錄的所有 Webhook
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | PSObject |
別名: | AzureRMContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
類型: | IContainerRegistryIdentity |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Name
Webhook 的名稱。
類型: | String |
別名: | WebhookName, ResourceName |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Registry
Registry 物件。 若要建構,請參閱 REGISTRY 屬性和建立哈希表的 NOTES 一節。
類型: | IRegistry |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-RegistryName
容器登錄的名稱。
類型: | String |
別名: | ContainerRegistryName |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
資源群組的名稱。 名稱不區分大小寫。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SubscriptionId
目標訂用帳戶的標識碼。 此值必須是 UUID。
類型: | String[] |
Position: | Named |
預設值: | (Get-AzContext).Subscription.Id |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |