ApplicationsOperationsExtensions.PatchAsync メソッド

定義

既存のアプリケーションを更新します。

public static System.Threading.Tasks.Task PatchAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IApplicationsOperations operations, string applicationObjectId, Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ApplicationUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member PatchAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IApplicationsOperations * string * Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ApplicationUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function PatchAsync (operations As IApplicationsOperations, applicationObjectId As String, parameters As ApplicationUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IApplicationsOperations

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

applicationObjectId
String

アプリケーション オブジェクト ID。

parameters
ApplicationUpdateParameters

既存のアプリケーションを更新するためのパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象