IWithNewResourceGroup<T> Interface

Definition

public interface IWithNewResourceGroup<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<T>
type IWithNewResourceGroup<'T> = interface
    interface IWithCreatableResourceGroup<'T>
Public Interface IWithNewResourceGroup(Of T)
Implements IWithCreatableResourceGroup(Of T)

Type Parameters

T
Derived
Implements

Methods

WithNewResourceGroup()
WithNewResourceGroup(ICreatable<IResourceGroup>)

Creates a new resource group to put the resource in, based on the definition specified.

(Inherited from IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

Applies to