Uses of Class
com.azure.resourcemanager.appplatform.models.DeploymentResourceProperties
Packages that use DeploymentResourceProperties
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of DeploymentResourceProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return DeploymentResourcePropertiesModifier and TypeMethodDescriptionDeploymentResourceInner.properties()Get the properties property: Properties of the Deployment resource.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type DeploymentResourcePropertiesModifier and TypeMethodDescriptionDeploymentResourceInner.withProperties(DeploymentResourceProperties properties) Set the properties property: Properties of the Deployment resource. -
Uses of DeploymentResourceProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return DeploymentResourcePropertiesModifier and TypeMethodDescriptionDeploymentResourceProperties.withActive(Boolean active) Set the active property: Indicates whether the Deployment is active.DeploymentResourceProperties.withDeploymentSettings(DeploymentSettings deploymentSettings) Set the deploymentSettings property: Deployment settings of the Deployment.DeploymentResourceProperties.withSource(UserSourceInfo source) Set the source property: Uploaded source information of the deployment.