IWithExistingResourceGroup<T> Interface

Definition

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

Type Parameters

T
Derived

Methods

WithExistingResourceGroup(IResourceGroup)

Associates the resource with an existing resource group.

WithExistingResourceGroup(String)

Associates the resource with an existing resource group.

Applies to