SpringAppDeployments<T> Interface
Type Parameters
- T
The return type of final stage
Implements
SupportsGettingById<SpringAppDeployment>
SupportsGettingByName<SpringAppDeployment>
HasManager<AppPlatformManager>
HasParent<SpringApp>
SupportsCreating<Blank<T>>
SupportsDeletingById
SupportsDeletingByName
SupportsListing<SpringAppDeployment>
public interface SpringAppDeployments
extends HasManager<AppPlatformManager>, HasParent<SpringApp>, SupportsCreating<Blank<T>>, SupportsGettingById<SpringAppDeployment>, SupportsGettingByName<SpringAppDeployment>, SupportsListing<SpringAppDeployment>, SupportsDeletingById, SupportsDeletingByName
Entry point for Spring App Deployments API.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java