| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withExistingResourceGroup(com.microsoft.azure.management.resources.ResourceGroup group)
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withExistingResourceGroup(String groupName)
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewFreeAppServicePlan()
Creates a new free app service plan.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withNewResourceGroup()
Creates a new resource group to put the resource in.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withNewResourceGroup(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.resources.ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withNewResourceGroup(String name)
Creates a new resource group to put the resource in.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewSharedAppServicePlan()
Creates a new shared app service plan.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new app service plan to use.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/