Uses of Class
com.microsoft.azure.toolkit.lib.appservice.function.FunctionAppDeploymentSlotDraft
-
Packages that use FunctionAppDeploymentSlotDraft Package Description com.microsoft.azure.toolkit.lib.appservice.function com.microsoft.azure.toolkit.lib.appservice.task -
-
Uses of FunctionAppDeploymentSlotDraft in com.microsoft.azure.toolkit.lib.appservice.function
Methods in com.microsoft.azure.toolkit.lib.appservice.function that return FunctionAppDeploymentSlotDraft Modifier and Type Method Description protected FunctionAppDeploymentSlotDraftFunctionAppDeploymentSlotModule. newDraftForCreate(String name, String resourceGroupName)protected FunctionAppDeploymentSlotDraftFunctionAppDeploymentSlotModule. newDraftForUpdate(FunctionAppDeploymentSlot origin) -
Uses of FunctionAppDeploymentSlotDraft in com.microsoft.azure.toolkit.lib.appservice.task
Methods in com.microsoft.azure.toolkit.lib.appservice.task that return FunctionAppDeploymentSlotDraft Modifier and Type Method Description private FunctionAppDeploymentSlotDraftCreateOrUpdateFunctionAppTask. getFunctionDeploymentSlot(FunctionApp functionApp)Methods in com.microsoft.azure.toolkit.lib.appservice.task with parameters of type FunctionAppDeploymentSlotDraft 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)
-