Az.Functions
Microsoft Azure PowerShell - Windows PowerShell および PowerShell Core の Azure Resource Manager 用 Azure Functions サービス コマンドレット。\n\n Azure Functions の詳細については、以下を参照してください。 https://learn.microsoft.com/azure/azure-functions/
機能
Get-AzFunctionApp |
サブスクリプション内の関数アプリを取得します。 |
Get-AzFunctionAppAvailableLocation |
特定の os とプランの種類の関数アプリが使用可能な場所を取得します。 |
Get-AzFunctionAppPlan |
サブスクリプション内の関数アプリ プランを取得します。 |
Get-AzFunctionAppSetting |
関数アプリのアプリ設定を取得します。 |
New-AzFunctionApp |
Function App を作成します。 |
New-AzFunctionAppPlan |
関数アプリ サービス プランを作成します。 |
Remove-AzFunctionApp |
関数アプリを削除します。 |
Remove-AzFunctionAppPlan |
関数アプリプランを削除します。 |
Remove-AzFunctionAppSetting |
関数アプリからアプリ設定を削除します。 |
Restart-AzFunctionApp |
関数アプリを再起動します。 |
Start-AzFunctionApp |
関数アプリを起動します。 |
Stop-AzFunctionApp |
関数アプリを停止します。 |
Update-AzFunctionApp |
関数アプリを更新します。 |
Update-AzFunctionAppPlan |
関数アプリ サービス プランを更新します。 |
Update-AzFunctionAppSetting |
関数アプリのアプリ設定を追加または更新します。 |