Uses of Class
com.microsoft.azure.toolkit.lib.appservice.AppServiceAppBase
-
-
Uses of AppServiceAppBase in com.microsoft.azure.toolkit.lib.appservice
Classes in com.microsoft.azure.toolkit.lib.appservice with type parameters of type AppServiceAppBase Modifier and Type Class Description classAppServiceAppBase<T extends AppServiceAppBase<T,P,F>,P extends com.microsoft.azure.toolkit.lib.common.model.AbstractAzResource<P,?,?>,F extends com.azure.resourcemanager.appservice.models.WebAppBase> -
Uses of AppServiceAppBase in com.microsoft.azure.toolkit.lib.appservice.file
Fields in com.microsoft.azure.toolkit.lib.appservice.file declared as AppServiceAppBase Modifier and Type Field Description private AppServiceAppBase<?,?,?>AppServiceKuduClient. appMethods in com.microsoft.azure.toolkit.lib.appservice.file with parameters of type AppServiceAppBase Modifier and Type Method Description static AppServiceKuduClientAppServiceKuduClient. getClient(com.azure.resourcemanager.appservice.models.WebAppBase webAppBase, AppServiceAppBase<?,?,?> appService)Constructors in com.microsoft.azure.toolkit.lib.appservice.file with parameters of type AppServiceAppBase Constructor Description AppServiceKuduClient(String host, AppServiceKuduClient.KuduService kuduService, AppServiceAppBase<?,?,?> app) -
Uses of AppServiceAppBase in com.microsoft.azure.toolkit.lib.appservice.function
Subclasses of AppServiceAppBase in com.microsoft.azure.toolkit.lib.appservice.function Modifier and Type Class Description classFunctionAppclassFunctionAppBase<T extends FunctionAppBase<T,P,F>,P extends com.microsoft.azure.toolkit.lib.common.model.AbstractAzResource<P,?,?>,F extends com.azure.resourcemanager.appservice.models.WebAppBase>classFunctionAppDeploymentSlotclassFunctionAppDeploymentSlotDraftclassFunctionAppDraft -
Uses of AppServiceAppBase in com.microsoft.azure.toolkit.lib.appservice.model
Fields in com.microsoft.azure.toolkit.lib.appservice.model declared as AppServiceAppBase Modifier and Type Field Description private AppServiceAppBase<?,?,?>AppServiceFile. app -
Uses of AppServiceAppBase in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils with parameters of type AppServiceAppBase Modifier and Type Method Description static AppServiceConfigAppServiceConfigUtils. fromAppService(AppServiceAppBase<?,?,?> app, AppServicePlan servicePlan) -
Uses of AppServiceAppBase in com.microsoft.azure.toolkit.lib.appservice.webapp
Subclasses of AppServiceAppBase in com.microsoft.azure.toolkit.lib.appservice.webapp Modifier and Type Class Description classWebAppclassWebAppBase<T extends WebAppBase<T,P,F>,P extends com.microsoft.azure.toolkit.lib.common.model.AbstractAzResource<P,?,?>,F extends com.azure.resourcemanager.appservice.models.WebAppBase>classWebAppDeploymentSlotclassWebAppDeploymentSlotDraftclassWebAppDraft -
Uses of AppServiceAppBase in com.microsoft.azure.toolkit.lib.legacy.appservice
Methods in com.microsoft.azure.toolkit.lib.legacy.appservice with parameters of type AppServiceAppBase Modifier and Type Method Description static booleanAppServiceUtils. isDockerAppService(AppServiceAppBase<?,?,?> appService)
-