CreateOrUpdateAsyncParams<TModel> Constructor
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 CreateOrUpdateAsyncParams (string resourceGroupName, string name, TModel model, System.Threading.CancellationToken cancellationToken);
new Microsoft.Azure.Commands.Common.Strategies.CreateOrUpdateAsyncParams<'Model> : string * string * 'Model * System.Threading.CancellationToken -> Microsoft.Azure.Commands.Common.Strategies.CreateOrUpdateAsyncParams<'Model>
Public Sub New (resourceGroupName As String, name As String, model As TModel, cancellationToken As CancellationToken)
Parameters
- resourceGroupName
- String
- name
- String
- model
- TModel
- cancellationToken
- CancellationToken