DeploymentSettings Class
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.
Deployment settings payload
public class DeploymentSettings
type DeploymentSettings = class
Public Class DeploymentSettings
- Inheritance
-
DeploymentSettings
Constructors
DeploymentSettings() |
Initializes a new instance of the DeploymentSettings class. |
DeploymentSettings(Nullable<Int32>, Nullable<Int32>, String, IDictionary<String,String>, String) |
Initializes a new instance of the DeploymentSettings class. |
Properties
Cpu |
Gets or sets required CPU, basic tier should be 1, standard tier should be in range (1, 4) |
EnvironmentVariables |
Gets or sets collection of environment variables |
JvmOptions |
Gets or sets JVM parameter |
MemoryInGB |
Gets or sets required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) |
RuntimeVersion |
Gets or sets runtime version. Possible values include: 'Java_8', 'Java_11' |
Applies to
Azure SDK for .NET