次の方法で共有


RolesOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

ロールを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.Role> BeginCreateOrUpdateAsync(this Microsoft.Azure.Management.DataBoxEdge.IRolesOperations operations, string deviceName, string name, Microsoft.Azure.Management.DataBoxEdge.Models.Role role, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.DataBoxEdge.IRolesOperations * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.Role * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.Role>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IRolesOperations, deviceName As String, name As String, role As Role, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Role)

パラメーター

operations
IRolesOperations

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

deviceName
String

デバイス名。

name
String

ロール名。

role
Role

ロールのプロパティ。

resourceGroupName
String

リソース グループ名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象