IWithNewResourceGroupWithRegion<T> Interface
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.
A resource definition allowing a new resource group to be created in a different region.
public interface IWithNewResourceGroupWithRegion<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<T>
type IWithNewResourceGroupWithRegion<'T> = interface
interface IWithCreatableResourceGroup<'T>
Public Interface IWithNewResourceGroupWithRegion(Of T)
Implements IWithCreatableResourceGroup(Of T)
Type Parameters
- T
the next stage of the resource definition
- Derived
- Implements
Methods
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Creates a new resource group to put the resource in, based on the definition specified. (Inherited from IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(Region) |
Creates a new resource group to put the resource in. The group will be created in the same location as the resource. The group's name is automatically derived from the resource's name. |
WithNewResourceGroup(String, Region) |
Creates a new resource group to put the resource in. The group will be created in the same location as the resource. |
Applies to
Azure SDK for .NET