WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithDockerContainerImage.withBuiltInImage(RuntimeStack runtimeStack) |
Specifies the docker container image to be a built in one.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withExistingResourceGroup(com.microsoft.azure.management.resources.ResourceGroup group) |
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withExistingResourceGroup(String groupName) |
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewFreeAppServicePlan() |
Creates a new free app service plan.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withNewResourceGroup() |
Creates a new resource group to put the resource in.
|
WebApp.DefinitionStages.WithCreate |
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.WithCreate |
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup.withNewResourceGroup(String name) |
Creates a new resource group to put the resource in.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewSharedAppServicePlan() |
Creates a new shared app service plan.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(PricingTier pricingTier) |
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable) |
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithStartUpCommand.withStartUpCommand(String startUpCommand) |
Specifies the startup command.
|