StateExtensions.Get<TModel,TParentModel> Method
Definition
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.
public static TModel Get<TModel,TParentModel> (this Microsoft.Azure.Commands.Common.Strategies.IState state, Microsoft.Azure.Commands.Common.Strategies.NestedResourceConfig<TModel,TParentModel> config) where TModel : class where TParentModel : class;
static member Get : Microsoft.Azure.Commands.Common.Strategies.IState * Microsoft.Azure.Commands.Common.Strategies.NestedResourceConfig<'Model, 'ParentModel (requires 'Model : null and 'ParentModel : null)> -> 'Model (requires 'Model : null and 'ParentModel : null)
<Extension()>
Public Function Get(Of TModel As Class, TParentModel As Class) (state As IState, config As NestedResourceConfig(Of TModel, TParentModel)) As TModel
Type Parameters
- TModel
- TParentModel
Parameters
- state
- IState
- config
- NestedResourceConfig<TModel,TParentModel>
Returns
TModel