FunctionDeploymentSlots Interface
public interface FunctionDeploymentSlots extends SupportsCreating<FunctionDeploymentSlot.DefinitionStages.Blank>,SupportsListing,SupportsGettingByName,SupportsGettingById,SupportsDeletingById,SupportsDeletingByName,HasManager,HasParent
Entry point for Azure function app deployment slot management API.
Inherited Members
SupportsCreating<T>.define(String name)
SupportsDeletingById.deleteById(String id)
SupportsDeletingById.deleteByIdAsync(String id, ServiceCallback<Void> callback)
SupportsDeletingById.deleteByIdAsync(String id)
SupportsDeletingByName.deleteByName(String name)
SupportsDeletingByName.deleteByNameAsync(String name, ServiceCallback<Void> callback)
SupportsDeletingByName.deleteByNameAsync(String name)
SupportsGettingById<T>.getById(String id)
SupportsGettingById<T>.getByIdAsync(String id)
SupportsGettingById<T>.getByIdAsync(String id, ServiceCallback<T> callback)
SupportsGettingByName<T>.getByName(String name)
SupportsListing<T>.list()
SupportsListing<T>.listAsync()
HasManager<ManagerT>.manager()
HasParent<ParentT>.parent()
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