WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withExistingResourceGroup(com.microsoft.azure.management.resources.ResourceGroup group) |
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withExistingResourceGroup(String groupName) |
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(PricingTier pricingTier) |
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable) |
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withNewResourceGroup() |
Creates a new resource group to put the resource in.
|
WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.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.WithDockerContainerImage |
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup.withNewResourceGroup(String name) |
Creates a new resource group to put the resource in.
|