Compartir a través de


TargetStateExtensions.GetTargetState<TModel> Method

Definition

public static Microsoft.Azure.Commands.Common.Strategies.IState GetTargetState<TModel> (this Microsoft.Azure.Commands.Common.Strategies.ResourceConfig<TModel> config, Microsoft.Azure.Commands.Common.Strategies.IState current, Microsoft.Azure.Commands.Common.Strategies.IEngine engine, string location) where TModel : class;
static member GetTargetState : Microsoft.Azure.Commands.Common.Strategies.ResourceConfig<'Model (requires 'Model : null)> * Microsoft.Azure.Commands.Common.Strategies.IState * Microsoft.Azure.Commands.Common.Strategies.IEngine * string -> Microsoft.Azure.Commands.Common.Strategies.IState (requires 'Model : null)
<Extension()>
Public Function GetTargetState(Of TModel As Class) (config As ResourceConfig(Of TModel), current As IState, engine As IEngine, location As String) As IState

Type Parameters

TModel

Parameters

current
IState
engine
IEngine
location
String

Returns

Applies to