TargetStateExtensions.GetTargetState<TModel> Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
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
- TModel
- config
- ResourceConfig<TModel>
- current
- IState
- engine
- IEngine
- location
- String
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |