INewAppServicePlanWithGroup.WithExistingResourceGroup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithExistingResourceGroup(IResourceGroup) |
Associates the resource with an existing resource group. |
WithExistingResourceGroup(String) |
Associates the resource with an existing resource group. |
WithExistingResourceGroup(IResourceGroup)
Associates the resource with an existing resource group.
public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate WithExistingResourceGroup (Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup group);
abstract member WithExistingResourceGroup : Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate
Public Function WithExistingResourceGroup (group As IResourceGroup) As IWithCreate
Parameters
- group
- IResourceGroup
An existing resource group to put the resource in.
Returns
Applies to
WithExistingResourceGroup(String)
Associates the resource with an existing resource group.
public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate WithExistingResourceGroup (string groupName);
abstract member WithExistingResourceGroup : string -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate
Public Function WithExistingResourceGroup (groupName As String) As IWithCreate
Parameters
- groupName
- String
The name of an existing resource group to put this resource in.
Returns
Applies to
Azure SDK for .NET