你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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