Uses of Class
com.microsoft.azure.toolkit.lib.appservice.function.FunctionAppDeploymentSlot
-
Packages that use FunctionAppDeploymentSlot Package Description com.microsoft.azure.toolkit.lib.appservice.function com.microsoft.azure.toolkit.lib.appservice.task -
-
Uses of FunctionAppDeploymentSlot in com.microsoft.azure.toolkit.lib.appservice.function
Subclasses of FunctionAppDeploymentSlot in com.microsoft.azure.toolkit.lib.appservice.function Modifier and Type Class Description classFunctionAppDeploymentSlotDraftFields in com.microsoft.azure.toolkit.lib.appservice.function declared as FunctionAppDeploymentSlot Modifier and Type Field Description private FunctionAppDeploymentSlotFunctionAppDeploymentSlotDraft. originMethods in com.microsoft.azure.toolkit.lib.appservice.function that return FunctionAppDeploymentSlot Modifier and Type Method Description protected FunctionAppDeploymentSlotFunctionAppDeploymentSlotModule. newResource(com.azure.resourcemanager.appservice.models.WebSiteBase remote)protected FunctionAppDeploymentSlotFunctionAppDeploymentSlotModule. newResource(String name, String resourceGroupName)Methods in com.microsoft.azure.toolkit.lib.appservice.function with parameters of type FunctionAppDeploymentSlot Modifier and Type Method Description protected FunctionAppDeploymentSlotDraftFunctionAppDeploymentSlotModule. newDraftForUpdate(FunctionAppDeploymentSlot origin)Constructors in com.microsoft.azure.toolkit.lib.appservice.function with parameters of type FunctionAppDeploymentSlot Constructor Description FunctionAppDeploymentSlot(FunctionAppDeploymentSlot origin)copy constructorFunctionAppDeploymentSlotDraft(FunctionAppDeploymentSlot origin) -
Uses of FunctionAppDeploymentSlot in com.microsoft.azure.toolkit.lib.appservice.task
Methods in com.microsoft.azure.toolkit.lib.appservice.task that return types with arguments of type FunctionAppDeploymentSlot Modifier and Type Method Description private com.microsoft.azure.toolkit.lib.common.task.AzureTask<FunctionAppDeploymentSlot>CreateOrUpdateFunctionAppTask. getCreateFunctionSlotTask(FunctionAppDeploymentSlotDraft draft)private com.microsoft.azure.toolkit.lib.common.task.AzureTask<FunctionAppDeploymentSlot>CreateOrUpdateFunctionAppTask. getUpdateFunctionSlotTask(FunctionAppDeploymentSlotDraft draft)
-