Uses of Class
com.azure.resourcemanager.appplatform.models.DeploymentSettings
Packages that use DeploymentSettings
Package
Description
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 DeploymentSettingsModifier and TypeMethodDescriptionDeploymentResourceProperties.deploymentSettings()Get the deploymentSettings property: Deployment settings of the Deployment.SpringAppDeployment.settings()Set the addonConfigs property: Collection of addons.DeploymentSettings.withEnvironmentVariables(Map<String, String> environmentVariables) Set the environmentVariables property: Collection of environment variables.DeploymentSettings.withResourceRequests(ResourceRequests resourceRequests) Set the resourceRequests property: The requested resource quantity for required CPU and Memory.Methods in com.azure.resourcemanager.appplatform.models with parameters of type DeploymentSettingsModifier and TypeMethodDescriptionDeploymentResourceProperties.withDeploymentSettings(DeploymentSettings deploymentSettings) Set the deploymentSettings property: Deployment settings of the Deployment.