Az.Functions
Microsoft Azure PowerShell - Windows PowerShell 및 PowerShell Core의 Azure Resource Manager용 Azure Functions 서비스 cmdlet입니다.\n\nAzure Functions에 대한 자세한 내용은 다음을 참조하세요. https://learn.microsoft.com/azure/azure-functions/
기능
Get-AzFunctionApp |
구독에서 함수 앱을 가져옵니다. |
Get-AzFunctionAppAvailableLocation |
지정된 os 및 계획 유형에 대한 함수 앱을 사용할 수 있는 위치를 가져옵니다. |
Get-AzFunctionAppPlan |
구독에서 함수 앱 계획을 가져옵니다. |
Get-AzFunctionAppSetting |
함수 앱에 대한 앱 설정을 가져옵니다. |
New-AzFunctionApp |
함수 앱을 만듭니다. |
New-AzFunctionAppPlan |
함수 앱 서비스 계획을 만듭니다. |
Remove-AzFunctionApp |
함수 앱을 삭제합니다. |
Remove-AzFunctionAppPlan |
함수 앱 계획을 삭제합니다. |
Remove-AzFunctionAppSetting |
함수 앱에서 앱 설정을 제거합니다. |
Restart-AzFunctionApp |
함수 앱을 다시 시작합니다. |
Start-AzFunctionApp |
함수 앱을 시작합니다. |
Stop-AzFunctionApp |
함수 앱을 중지합니다. |
Update-AzFunctionApp |
함수 앱을 업데이트합니다. |
Update-AzFunctionAppPlan |
함수 앱 서비스 계획을 업데이트합니다. |
Update-AzFunctionAppSetting |
함수 앱에서 앱 설정을 추가하거나 업데이트합니다. |