IExistingLinuxPlanWithGroup.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.WebApp.Definition.IWithDockerContainerImage WithExistingResourceGroup (Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup group);
abstract member WithExistingResourceGroup : Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithDockerContainerImage
Public Function WithExistingResourceGroup (group As IResourceGroup) As IWithDockerContainerImage
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.WebApp.Definition.IWithDockerContainerImage WithExistingResourceGroup (string groupName);
abstract member WithExistingResourceGroup : string -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithDockerContainerImage
Public Function WithExistingResourceGroup (groupName As String) As IWithDockerContainerImage
Parameters
- groupName
- String
The name of an existing resource group to put this resource in.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET