IWithCreatableResourceGroup<T>.WithNewResourceGroup 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.
Creates a new resource group to put the resource in, based on the definition specified.
public T WithNewResourceGroup (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup> groupDefinition);
abstract member WithNewResourceGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup> -> 'T
Public Function WithNewResourceGroup (groupDefinition As ICreatable(Of IResourceGroup)) As T
Parameters
- groupDefinition
- ICreatable<IResourceGroup>
groupDefinition a creatable definition for a new resource group
Returns
T
the next stage of the resource definition
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET