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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java