CreateOrUpdateAsyncParams.Create<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 Microsoft.Azure.Commands.Common.Strategies.CreateOrUpdateAsyncParams<TModel> Create<TModel> (string resourceGroupName, string name, TModel model, System.Threading.CancellationToken cancellationToken);
static member Create : string * string * 'Model * System.Threading.CancellationToken -> Microsoft.Azure.Commands.Common.Strategies.CreateOrUpdateAsyncParams<'Model>
Public Shared Function Create(Of TModel) (resourceGroupName As String, name As String, model As TModel, cancellationToken As CancellationToken) As CreateOrUpdateAsyncParams(Of TModel)
Type Parameters
- TModel
Parameters
- resourceGroupName
- String
- name
- String
- model
- TModel
- cancellationToken
- CancellationToken