Uses of Class
com.azure.resourcemanager.appplatform.models.DeploymentSettings
-
Packages that use DeploymentSettings Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of DeploymentSettings in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return DeploymentSettings Modifier and Type Method Description DeploymentSettingsDeploymentResourceProperties. deploymentSettings()Get the deploymentSettings property: Deployment settings of the Deployment.DeploymentSettingsSpringAppDeployment. settings()DeploymentSettingsDeploymentSettings. withCpu(Integer cpu)Set the cpu property: Required CPU, basic tier should be 1, standard tier should be in range (1, 4).DeploymentSettingsDeploymentSettings. withEnvironmentVariables(Map<String,String> environmentVariables)Set the environmentVariables property: Collection of environment variables.DeploymentSettingsDeploymentSettings. withJvmOptions(String jvmOptions)Set the jvmOptions property: JVM parameter.DeploymentSettingsDeploymentSettings. withMemoryInGB(Integer memoryInGB)Set the memoryInGB property: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8).DeploymentSettingsDeploymentSettings. withNetCoreMainEntryPath(String netCoreMainEntryPath)Set the netCoreMainEntryPath property: The path to the .NET executable relative to zip root.DeploymentSettingsDeploymentSettings. withRuntimeVersion(RuntimeVersion runtimeVersion)Set the runtimeVersion property: Runtime version.Methods in com.azure.resourcemanager.appplatform.models with parameters of type DeploymentSettings Modifier and Type Method Description DeploymentResourcePropertiesDeploymentResourceProperties. withDeploymentSettings(DeploymentSettings deploymentSettings)Set the deploymentSettings property: Deployment settings of the Deployment.
-