Uses of Class
com.azure.resourcemanager.appplatform.models.DeploymentResourceProperties
-
Packages that use DeploymentResourceProperties Package Description com.azure.resourcemanager.appplatform.fluent.models Package containing the inner data models for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models 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 DeploymentResourceProperties Modifier and Type Method Description DeploymentResourcePropertiesDeploymentResourceInner. properties()Get the properties property: Properties of the Deployment resource.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type DeploymentResourceProperties Modifier and Type Method Description DeploymentResourceInnerDeploymentResourceInner. 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 DeploymentResourceProperties Modifier and Type Method Description DeploymentResourcePropertiesDeploymentResourceProperties. withDeploymentSettings(DeploymentSettings deploymentSettings)Set the deploymentSettings property: Deployment settings of the Deployment.DeploymentResourcePropertiesDeploymentResourceProperties. withSource(UserSourceInfo source)Set the source property: Uploaded source information of the deployment.
-