次の方法で共有


UserAssignedIdentitiesOperationsExtensions.CreateOrUpdateAsync メソッド

定義

指定したサブスクリプションとリソース グループで ID を作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity> CreateOrUpdateAsync (this Microsoft.Azure.Management.ManagedServiceIdentity.IUserAssignedIdentitiesOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ManagedServiceIdentity.IUserAssignedIdentitiesOperations * string * string * Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IUserAssignedIdentitiesOperations, resourceGroupName As String, resourceName As String, parameters As Identity, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Identity)

パラメーター

operations
IUserAssignedIdentitiesOperations

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

resourceGroupName
String

ID が属するリソース グループの名前。

resourceName
String

ID リソースの名前。

parameters
Identity

ID を作成または更新するためのパラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象