AsyncCmdletExtensions.RunAsync<TModel> 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 System.Threading.Tasks.Task<TModel> RunAsync<TModel> (this Microsoft.Azure.Commands.Common.Strategies.IClient client, string subscriptionId, Microsoft.Azure.Commands.Common.Strategies.IParameters<TModel> parameters, Microsoft.Azure.Commands.Common.Strategies.IAsyncCmdlet asyncCmdlet) where TModel : class;
static member RunAsync : Microsoft.Azure.Commands.Common.Strategies.IClient * string * Microsoft.Azure.Commands.Common.Strategies.IParameters<'Model (requires 'Model : null)> * Microsoft.Azure.Commands.Common.Strategies.IAsyncCmdlet -> System.Threading.Tasks.Task<'Model (requires 'Model : null)> (requires 'Model : null)
<Extension()>
Public Function RunAsync(Of TModel As Class) (client As IClient, subscriptionId As String, parameters As IParameters(Of TModel), asyncCmdlet As IAsyncCmdlet) As Task(Of TModel)
Type Parameters
- TModel
Parameters
- client
- IClient
- subscriptionId
- String
- parameters
- IParameters<TModel>
- asyncCmdlet
- IAsyncCmdlet
Returns
Task<TModel>