共用方式為


Get-FinOpsHub 命令

Get-FinOpsHubs 命令會呼叫 GitHub 以擷取所有工具組版本,然後根據指定的選項篩選清單。


語法

Get-FinOpsHub `
    [[-Name] <string>] `
    [-ResourceGroupName <string>] `
    [<CommonParameters>]

參數

名稱 描述
'-Name' 選擇性。 FinOps 中樞實例的名稱。 支援通配符。
'-ResourceGroupName' 選擇性。 已部署 FinOps 中樞的資源群組名稱。 支援通配符。

範例

下列範例示範如何使用 Get-FinOpsHub 命令來擷取 FinOps 中樞實例的詳細數據。

取得所有中樞

Get-FinOpsHub

傳回所選訂用帳戶的所有 FinOps 中樞。

取得具名中樞

Get-FinOpsHub -Name foo*

傳回以 開頭 foo的所有 FinOps 中樞。

取得資源群組中的中樞

Get-FinOpsHub -ResourceGroupName foo

傳回資源群組中的所有中 foo 樞。

取得資源群組中的具名中樞

Get-FinOpsHub -Name foo -ResourceGroupName bar

傳回資源群組中所有名為 foo 的 FinOps 中 bar 樞。


相關解決方案: