नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
The Remove-FinOpsHub command removes a FinOps hub instance and optionally keep the storage account hosting cost data.
The command returns a boolean value indicating whether all resources were successfully deleted.
Syntax
Remove-FinOpsHub `
[-Name] <string> `
[-ResourceGroup <string>] `
[-KeepStorageAccount]
Remove-FinOpsHub `
[-InputObject] <PSObject> `
[-KeepStorageAccount]
Parameters
| Name | Description |
|---|---|
‑Name |
Required. Name of the FinOps hub instance. |
‑InputObject |
Required when specifying InputObject. Expected object is the output of Get-FinOpsHub. |
‑ResourceGroup |
Optional when specifying Name. Resource Group Name for the FinOps hub. |
‑KeepStorageAccount |
Optional. Indicates that the storage account associated with the FinOps hub should be retained. |
Examples
The following example demonstrates how to use the Remove-FinOpsHub command to delete a FinOps hub instance.
Remove a FinOps hub instance
Remove-FinOpsHub `
-Name MyHub `
-ResourceGroup MyRG `
-KeepStorageAccount
Deletes a FinOps hub named MyHub and deletes all associated resource except the storage account.
Give feedback
Let us know how we're doing with a quick review. We use these reviews to improve and expand FinOps tools and resources.
If you're looking for something specific, vote for an existing or create a new idea. Share ideas with others to get more votes. We focus on ideas with the most votes.
Related content
Related solutions: