ArmAppServiceModelFactory.FunctionAppRuntimes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of FunctionAppRuntimes.
public static Azure.ResourceManager.AppService.Models.FunctionAppRuntimes FunctionAppRuntimes (Azure.ResourceManager.AppService.Models.FunctionAppRuntimeSettings linuxRuntimeSettings = default, Azure.ResourceManager.AppService.Models.FunctionAppRuntimeSettings windowsRuntimeSettings = default);
static member FunctionAppRuntimes : Azure.ResourceManager.AppService.Models.FunctionAppRuntimeSettings * Azure.ResourceManager.AppService.Models.FunctionAppRuntimeSettings -> Azure.ResourceManager.AppService.Models.FunctionAppRuntimes
Public Shared Function FunctionAppRuntimes (Optional linuxRuntimeSettings As FunctionAppRuntimeSettings = Nothing, Optional windowsRuntimeSettings As FunctionAppRuntimeSettings = Nothing) As FunctionAppRuntimes
Parameters
- linuxRuntimeSettings
- FunctionAppRuntimeSettings
Linux-specific settings associated with the minor version.
- windowsRuntimeSettings
- FunctionAppRuntimeSettings
Windows-specific settings associated with the minor version.
Returns
A new FunctionAppRuntimes instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET