Interface SpringAppDeployments<T>
-
- All Superinterfaces:
HasManager<AppPlatformManager>,HasParent<SpringApp>,SupportsCreating<SpringAppDeployment.DefinitionStages.Blank<T>>,SupportsDeletingById,SupportsDeletingByName,SupportsGettingById<SpringAppDeployment>,SupportsGettingByName<SpringAppDeployment>,SupportsListing<SpringAppDeployment>
public interface SpringAppDeployments<T> extends HasManager<AppPlatformManager>, HasParent<SpringApp>, SupportsCreating<SpringAppDeployment.DefinitionStages.Blank<T>>, SupportsGettingById<SpringAppDeployment>, SupportsGettingByName<SpringAppDeployment>, SupportsListing<SpringAppDeployment>, SupportsDeletingById, SupportsDeletingByName
Entry point for Spring App Deployments API.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
define
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingByName
deleteByName, deleteByNameAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName
getByName, getByNameAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsync
-
-