Interface FunctionDeploymentSlots
- All Superinterfaces:
HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>
,HasParent<FunctionApp>
,SupportsCreating<FunctionDeploymentSlot.DefinitionStages.Blank>
,SupportsDeletingById
,SupportsDeletingByName
,SupportsGettingById<FunctionDeploymentSlot>
,SupportsGettingByName<FunctionDeploymentSlot>
,SupportsListing<FunctionDeploymentSlot>
@Beta(V1_3_0)
public interface FunctionDeploymentSlots
extends SupportsCreating<FunctionDeploymentSlot.DefinitionStages.Blank>, SupportsListing<FunctionDeploymentSlot>, SupportsGettingByName<FunctionDeploymentSlot>, SupportsGettingById<FunctionDeploymentSlot>, SupportsDeletingById, SupportsDeletingByName, HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>, HasParent<FunctionApp>
Entry point for Azure function 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