Interface FunctionDeploymentSlots
- All Superinterfaces:
HasManager<AppServiceManager>, HasParent<FunctionApp>, SupportsCreating<FunctionDeploymentSlot.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByName, SupportsGettingById<FunctionDeploymentSlot>, SupportsGettingByName<FunctionDeploymentSlot>, SupportsListing<FunctionDeploymentSlotBasic>
public interface FunctionDeploymentSlots
extends SupportsCreating<FunctionDeploymentSlot.DefinitionStages.Blank>, SupportsListing<FunctionDeploymentSlotBasic>, SupportsGettingByName<FunctionDeploymentSlot>, SupportsGettingById<FunctionDeploymentSlot>, SupportsDeletingById, SupportsDeletingByName, HasManager<AppServiceManager>, HasParent<FunctionApp>
Entry point for Azure function app deployment slot management API.
-
Method Summary
Methods inherited from interface HasManager
managerMethods inherited from interface SupportsCreating
defineMethods inherited from interface SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface SupportsDeletingByName
deleteByName, deleteByNameAsyncMethods inherited from interface SupportsGettingById
getById, getByIdAsyncMethods inherited from interface SupportsGettingByName
getByName, getByNameAsyncMethods inherited from interface SupportsListing
list, listAsync