IWithCreatableResourceGroup<T> Interface

Definition

A resource definition allowing a new creatable resource group to be specified.

public interface IWithCreatableResourceGroup<T>
type IWithCreatableResourceGroup<'T> = interface
Public Interface IWithCreatableResourceGroup(Of T)

Type Parameters

T

the next stage of the resource definition

Derived

Methods

WithNewResourceGroup(ICreatable<IResourceGroup>)

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

Applies to