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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET