Compartir a través de


NestedResourceStrategy<TModel,TParentModel> Constructor

Definition

public NestedResourceStrategy (Func<string,System.Collections.Generic.IEnumerable<string>> getId, Func<TParentModel,string,TModel> get, Action<TParentModel,string,TModel> createOrUpdate);
new Microsoft.Azure.Commands.Common.Strategies.NestedResourceStrategy<'Model, 'ParentModel> : Func<string, seq<string>> * Func<'ParentModel, string, 'Model> * Action<'ParentModel, string, 'Model> -> Microsoft.Azure.Commands.Common.Strategies.NestedResourceStrategy<'Model, 'ParentModel>
Public Sub New (getId As Func(Of String, IEnumerable(Of String)), get As Func(Of TParentModel, String, TModel), createOrUpdate As Action(Of TParentModel, String, TModel))

Parameters

get
Func<TParentModel,String,TModel>
createOrUpdate
Action<TParentModel,String,TModel>

Applies to