DeploymentSlots Interface
Implements
SupportsGettingById<DeploymentSlot>
SupportsGettingByName<DeploymentSlot>
HasManager<AppServiceManager>
HasParent<WebApp>
SupportsCreating<Blank>
SupportsDeletingById
SupportsDeletingByName
SupportsListing<WebDeploymentSlotBasic>
public interface DeploymentSlots
extends SupportsCreating<Blank>, SupportsListing<WebDeploymentSlotBasic>, SupportsGettingByName<DeploymentSlot>, SupportsGettingById<DeploymentSlot>, SupportsDeletingById, SupportsDeletingByName, HasManager<AppServiceManager>, HasParent<WebApp>
Entry point for Azure web 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