你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreateOrUpdateAsyncParams.Create<TModel> Method

Definition

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

Returns

Applies to