public static interface WebApp.DefinitionStages.ExistingWindowsPlanWithGroup
| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
withExistingResourceGroup(com.microsoft.azure.management.resources.ResourceGroup group)
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
withExistingResourceGroup(String groupName)
Associates the resource with an existing resource group.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
withNewResourceGroup()
Creates a new resource group to put the resource in.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
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 |
withNewResourceGroup(String name)
Creates a new resource group to put the resource in.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack withExistingResourceGroup(String groupName)
groupName - the name of an existing resource group to put this resource in.WebApp.DefinitionStages.WithWindowsRuntimeStack withExistingResourceGroup(com.microsoft.azure.management.resources.ResourceGroup group)
group - an existing resource group to put the resource inWebApp.DefinitionStages.WithWindowsRuntimeStack withNewResourceGroup(String name)
The group will be created in the same location as the resource.
name - the name of the new groupWebApp.DefinitionStages.WithWindowsRuntimeStack withNewResourceGroup()
The group will be created in the same location as the resource. The group's name is automatically derived from the resource's name.
WebApp.DefinitionStages.WithWindowsRuntimeStack withNewResourceGroup(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.resources.ResourceGroup> groupDefinition)
groupDefinition - a creatable definition for a new resource group/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/