Uses of Class
com.microsoft.azure.toolkit.lib.appservice.plan.AppServicePlanDraft
-
Packages that use AppServicePlanDraft Package Description com.microsoft.azure.toolkit.lib.appservice.plan -
-
Uses of AppServicePlanDraft in com.microsoft.azure.toolkit.lib.appservice.plan
Methods in com.microsoft.azure.toolkit.lib.appservice.plan that return AppServicePlanDraft Modifier and Type Method Description protected AppServicePlanDraftAppServicePlanModule. newDraftForCreate(String name, String resourceGroupName)protected AppServicePlanDraftAppServicePlanModule. newDraftForUpdate(AppServicePlan origin)AppServicePlanDraftAppServicePlanDraft. setOperatingSystem(OperatingSystem os)AppServicePlanDraftAppServicePlanDraft. setPricingTier(PricingTier tier)AppServicePlanDraftAppServicePlanDraft. setRegion(com.microsoft.azure.toolkit.lib.common.model.Region region)
-