Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint
取得此容器群組的所有網路相依性,以允許完全控制網路設定和組態。 針對容器群組,這一律會是空的清單。
語法
Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint
-ContainerGroupName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint
-InputObject <IContainerInstanceIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
取得此容器群組的所有網路相依性,以允許完全控制網路設定和組態。 針對容器群組,這一律會是空的清單。
範例
範例 1:取得輸出網路相依性的清單
Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint -ResourceGroupName test-rg -ContainerGroupName test-cg
[]
此命令會傳回 容器執行個體 的輸出網路相依性清單。 容器執行個體 沒有任何輸出網路相依性,因此此列表會是空的。
參數
-ContainerGroupName
容器群組的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-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 |
-ResourceGroupName
資源群組的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SubscriptionId
可唯一識別Microsoft Azure 訂用帳戶的訂用帳戶認證。 訂用帳戶識別碼會構成每個服務呼叫 URI 的一部分。
類型: | String[] |
Position: | Named |
預設值: | (Get-AzContext).Subscription.Id |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
輸出
備註
別名
Get-AzContainerGroupOutboundNetworkDependencyEndpoint