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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java