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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java