Interface DeploymentSlots
- All Superinterfaces:
HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>
,HasParent<WebApp>
,SupportsCreating<DeploymentSlot.DefinitionStages.Blank>
,SupportsDeletingById
,SupportsDeletingByName
,SupportsGettingById<DeploymentSlot>
,SupportsGettingByName<DeploymentSlot>
,SupportsListing<DeploymentSlot>
@Beta
public interface DeploymentSlots
extends SupportsCreating<DeploymentSlot.DefinitionStages.Blank>, SupportsListing<DeploymentSlot>, SupportsGettingByName<DeploymentSlot>, SupportsGettingById<DeploymentSlot>, SupportsDeletingById, SupportsDeletingByName, HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>, HasParent<WebApp>
Entry point for Azure web app deployment slot management API.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
define
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingByName
deleteByName, deleteByNameAsync, deleteByNameAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName
getByName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing
list, listAsync