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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java