RuntimeStack(String, String) Constructor
Definition
Creates a custom app service pricing tier.
public RuntimeStack (string stack, string version);
new Microsoft.Azure.Management.AppService.Fluent.RuntimeStack : string * string -> Microsoft.Azure.Management.AppService.Fluent.RuntimeStack
Public Sub New (stack As String, version As String)
Parameters
- stack
- String
The name of the language stack.
- version
- String
The version of the runtime.