Share via


IWithNewResourceGroupWithRegion<T> Interface

Definition

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