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.withApms(List<ApmReference> apms) Set the apms property: Collection of ApmReferences.DeploymentSettings.withContainerProbeSettings(ContainerProbeSettings containerProbeSettings) Set the containerProbeSettings property: Container liveness and readiness probe settings.DeploymentSettings.withEnvironmentVariables(Map<String, String> environmentVariables) Set the environmentVariables property: Collection of environment variables.DeploymentSettings.withLivenessProbe(Probe livenessProbe) Set the livenessProbe property: Periodic probe of App Instance liveness.DeploymentSettings.withReadinessProbe(Probe readinessProbe) Set the readinessProbe property: Periodic probe of App Instance service readiness.DeploymentSettings.withResourceRequests(ResourceRequests resourceRequests) Set the resourceRequests property: The requested resource quantity for required CPU and Memory.DeploymentSettings.withStartupProbe(Probe startupProbe) Set the startupProbe property: StartupProbe indicates that the App Instance has successfully initialized.DeploymentSettings.withTerminationGracePeriodSeconds(Integer terminationGracePeriodSeconds) Set the terminationGracePeriodSeconds property: Optional duration in seconds the App Instance needs to terminate gracefully.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.