FunctionDeploymentSlots Interface
Implements
SupportsGettingById<FunctionDeploymentSlot>
SupportsGettingByName<FunctionDeploymentSlot>
HasManager<AppServiceManager>
HasParent<FunctionApp>
SupportsCreating<Blank>
SupportsDeletingById
SupportsDeletingByName
SupportsListing<FunctionDeploymentSlotBasic>
public interface FunctionDeploymentSlots
extends SupportsCreating<Blank>, SupportsListing<FunctionDeploymentSlotBasic>, SupportsGettingByName<FunctionDeploymentSlot>, SupportsGettingById<FunctionDeploymentSlot>, SupportsDeletingById, SupportsDeletingByName, HasManager<AppServiceManager>, HasParent<FunctionApp>
Entry point for Azure function app deployment slot management 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