Share via


INestedResourceConfig<TParentModel> Interface

Definition

public interface INestedResourceConfig<TParentModel> : Microsoft.Azure.Commands.Common.Strategies.INestedResourceConfig where TParentModel : class
type INestedResourceConfig<'ParentModel (requires 'ParentModel : null)> = interface
    interface INestedResourceConfig
    interface IEntityConfig
Public Interface INestedResourceConfig(Of TParentModel)
Implements INestedResourceConfig

Type Parameters

TParentModel
Derived
Implements

Properties

Dependencies (Inherited from IEntityConfig)
Name (Inherited from IEntityConfig)
NestedResources (Inherited from IEntityConfig)
Parent
Resource (Inherited from IEntityConfig)
ResourceGroup (Inherited from IEntityConfig)
Strategy (Inherited from INestedResourceConfig)

Methods

Accept<TContext,TResult>(IEntityConfigVisitor<TContext,TResult>, TContext) (Inherited from IEntityConfig)
Accept<TContext,TResult>(INestedResourceConfigVisitor<TParentModel,TContext,TResult>, TContext)
GetIdFromResourceGroup() (Inherited from IEntityConfig)

Extension Methods

DefaultIdStr(IEntityConfig)
GetIdFromSubscription(IEntityConfig)
GetResourceGroupName(IEntityConfig)
GetResourceDependencies(IEntityConfig)

Applies to