次の方法で共有


ResourcesOperationsExtensions.BeginUpdateByIdAsync メソッド

定義

ID でリソースを更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner> BeginUpdateByIdAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IResourcesOperations operations, string resourceId, string apiVersion, Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateByIdAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IResourcesOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner>
<Extension()>
Public Function BeginUpdateByIdAsync (operations As IResourcesOperations, resourceId As String, apiVersion As String, parameters As GenericResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResourceInner)

パラメーター

operations
IResourcesOperations

この拡張メソッドの操作グループ。

resourceId
String

リソースの完全修飾 ID。リソース名とリソースの種類が含まれます。 /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name} の形式を使用します

apiVersion
String

操作に使用する API バージョン。

parameters
GenericResourceInner

リソース パラメーターを更新します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象