共用方式為


Get-FinOpsService 命令

Get-FinOpsService 命令會根據指定的篩選傳回服務詳細數據。 此命令旨在協助將成本管理成本數據對應至 FinOps Open Cost and Usage Specification (FOCUS) 架構,但也可用於一般數據清理。


語法

Get-FinOpsService `
    [[-ConsumedService] <string>] `
    [[-ResourceId] <string>] `
    [[-ResourceType] <string>] `
    [-ServiceName <string>] `
    [-ServiceCategory <string>] `
    [-ServiceModel <string>] `
    [-Environment <string>] `
    [-PublisherName <string>] `
    [-PublisherCategory <string>]

參數

名稱 描述
‑ConsumedService 選擇性。 成本管理成本/使用量詳細數據數據集的 ConsumedService 值。 接受通配符。 預設值 = * (全部)。
‑ResourceId 選擇性。 您想要查閱之資源的 Azure 資源識別碼。 接受通配符。 預設值 = * (全部)。
‑ResourceType 選擇性。 您要尋找服務之資源的 Azure 資源類型。 預設值 = null(全部)。
‑ServiceName 選擇性。 要尋找的服務名稱。 預設值 = null(全部)。
‑ServiceCategory 選擇性。 要尋找服務的服務類別。 預設值 = null(全部)。
‑Servicemodel 選擇性。 服務所對齊的服務模型。 預期值:IaaS、PaaS、SaaS。 預設值 = null(全部)。
‑Environment 選擇性。 服務執行的環境。 預期值:雲端、混合式。 預設值 = null(全部)。
‑PublisherName 選擇性。 要尋找服務的發行者名稱。 預設值 = null(全部)。
‑PublisherCategory 選擇性。 要尋找服務的發行者類別。 預設值 = null(全部)。

範例

下列範例示範如何使用 Get-FinOpsService 命令來擷取服務詳細數據。

取得特定區域

Get-FinOpsService `
    -ConsumedService "Microsoft.C*" `
    -ResourceType "Microsoft.Compute/virtualMachines"

傳回以 開頭 Microsoft.C的資源提供者的所有服務。


相關產品:

相關解決方案: