共用方式為


Get-AzContainerInstanceContainerGroupProfile

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

語法

Get-AzContainerInstanceContainerGroupProfile
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzContainerInstanceContainerGroupProfile
   -Name <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   -RevisionNumber <String>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzContainerInstanceContainerGroupProfile
   -Name <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzContainerInstanceContainerGroupProfile
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzContainerInstanceContainerGroupProfile
   -InputObject <IContainerInstanceIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzContainerInstanceContainerGroupProfile
   -InputObject <IContainerInstanceIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

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

範例

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

Get-AzContainerInstanceContainerGroupProfile

Location Name    Zone ResourceGroupName
-------- ----    ---- -----------------
eastus   test-cgp1      test-rg
eastus   test-cgp2      test-rg

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

範例 2:取得資源群組中的容器群組配置檔

Get-AzContainerInstanceContainerGroupProfile -ResourceGroupName test-rg

Location Name    Zone ResourceGroupName
-------- ----    ---- -----------------
eastus   test-cgp1      test-rg
eastus   test-cgp2      test-rg

命令會取得資源群組中的容器群組設定檔 test-rg

範例 3:取得特定的容器群組配置檔

Get-AzContainerInstanceContainerGroupProfile -Name test-cgp1 -ResourceGroupName test-rg | Format-List

ConfidentialComputeProperty                : {}
ConfidentialComputePropertyCcePolicy       :
Container                                  : {test-container}
Diagnostic                                 : {}
DiagnosticLogAnalytic                      : {}
EncryptionProperty                         : {}
EncryptionPropertyIdentity                 :    
EncryptionPropertyKeyName                  :
EncryptionPropertyKeyVersion               :
EncryptionPropertyVaultBaseUrl             :
Extension                                  :    
IPAddress                                  : {
                                               "type": "Public"
                                             }
IPAddressAutoGeneratedDomainNameLabelScope :
IPAddressDnsNameLabel                      :
IPAddressFqdn                              :
IPAddressIP                                :
IPAddressPort                              :
IPAddressType                              : Public
Id                                         : /subscriptions/00000000-0000-0000-0000-000000000000 
                                             0/resourceGroups/test-rg/providers/Microsoft.Contai 
                                             nerInstance/containerGroupProfiles/test-cgp1
ImageRegistryCredentials                   :
InitContainer                              : {}
Location                                   : eastus
LogAnalyticLogType                         :
LogAnalyticMetadata                        : {
                                             }
LogAnalyticWorkspaceId                     :
LogAnalyticWorkspaceKey                    :
LogAnalyticWorkspaceResourceId             :
Name                                       : test-cgp1
NetworkProfileId                           :
OSType                                     : Linux
ResourceGroupName                          : test-rg
RestartPolicy                              : Never
Revision                                   : 1
Sku                                        : Standard
Tag                                        : {}
Type                                       :  Microsoft.ContainerInstance/containerGroupProfiles
Volume                                     :

命令會取得指定的容器群組配置檔。

範例 4:取得資源群組中容器群組配置檔的特定修訂

Get-AzContainerInstanceContainerGroupProfile -Name test-cgp -ResourceGroupName test-rg -RevisionNumber 1 | Format-List

ConfidentialComputeProperty                : {}
ConfidentialComputePropertyCcePolicy       :
Container                                  : {test-container}
Diagnostic                                 : {}
DiagnosticLogAnalytic                      : {}
EncryptionProperty                         : {}
EncryptionPropertyIdentity                 :    
EncryptionPropertyKeyName                  :
EncryptionPropertyKeyVersion               :
EncryptionPropertyVaultBaseUrl             :
Extension                                  :    
IPAddress                                  : {
                                               "type": "Public"
                                             }
IPAddressAutoGeneratedDomainNameLabelScope :
IPAddressDnsNameLabel                      :
IPAddressFqdn                              :
IPAddressIP                                :
IPAddressPort                              :
IPAddressType                              : Public
Id                                         : /subscriptions/00000000-0000-0000-0000-000000000000 
                                             0/resourceGroups/test-rg/providers/Microsoft.Contai 
                                             nerInstance/containerGroupProfiles/test-cgp1
ImageRegistryCredentials                   :
InitContainer                              : {}
Location                                   : eastus
LogAnalyticLogType                         :
LogAnalyticMetadata                        : {
                                             }
LogAnalyticWorkspaceId                     :
LogAnalyticWorkspaceKey                    :
LogAnalyticWorkspaceResourceId             :
Name                                       : test-cgp
NetworkProfileId                           :
OSType                                     : Linux
ResourceGroupName                          : test-rg
RestartPolicy                              : Never
Revision                                   : 1
Sku                                        : Standard
Tag                                        : {}
Type                                       :  Microsoft.ContainerInstance/containerGroupProfiles
Volume                                     :

命令會取得資源群組中 test-cgp 容器群組設定檔的第一個修訂,test-rg

參數

-DefaultProfile

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

類型: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.

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

-Name

容器群組配置檔的名稱。

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

-ResourceGroupName

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

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

-RevisionNumber

容器群組配置檔的修訂編號。

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

-SubscriptionId

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

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

輸入

IContainerInstanceIdentity

輸出

IContainerGroupProfile