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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java