共用方式為


Get-AzContainerInstanceContainerGroupProfileRevision

取得指定訂用帳戶和資源群組中指定容器群組配置檔的所有修訂清單。 此作業會傳回指定容器群組配置檔的每個修訂屬性,包括容器、映射登錄認證、重新啟動原則、IP 位址類型、OS 類型磁碟區、修訂編號等。

語法

Get-AzContainerInstanceContainerGroupProfileRevision
   -ContainerGroupProfileName <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

取得指定訂用帳戶和資源群組中指定容器群組配置檔的所有修訂清單。 此作業會傳回指定容器群組配置檔的每個修訂屬性,包括容器、映射登錄認證、重新啟動原則、IP 位址類型、OS 類型磁碟區、修訂編號等。

範例

範例 1:列出目前訂用帳戶中資源群組中存在容器群組配置檔的所有修訂

Get-AzContainerInstanceContainerGroupProfileRevision -ContainerGroupProfileName test-cgp -ResourceGroupName test-rg

Location Name    Zone ResourceGroupName Revision
-------- ----    ---- ----------------- --------
eastus   test-cgp      test-rg          1  
eastus   test-cgp      test-rg          2

此命令會取得目前訂用帳戶中 test-rgtest-cgp 容器群組配置檔的所有修訂。

參數

-ContainerGroupProfileName

容器群組配置檔的名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。

類型:PSObject
別名:AzureRMContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceGroupName

資源群組的名稱。 名稱不區分大小寫。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-SubscriptionId

目標訂用帳戶的標識碼。 此值必須是 UUID。

類型:String[]
Position:Named
預設值:(Get-AzContext).Subscription.Id
必要:False
接受管線輸入:False
接受萬用字元:False

輸出

IContainerGroupProfile