次の方法で共有


RolesOperationsExtensions.BeginCreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.DataBoxEdge.Models.Role BeginCreateOrUpdate (this Microsoft.Azure.Management.DataBoxEdge.IRolesOperations operations, string deviceName, string name, Microsoft.Azure.Management.DataBoxEdge.Models.Role role, string resourceGroupName);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DataBoxEdge.IRolesOperations * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.Role * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Role
<Extension()>
Public Function BeginCreateOrUpdate (operations As IRolesOperations, deviceName As String, name As String, role As Role, resourceGroupName As String) As Role

パラメーター

operations
IRolesOperations

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

deviceName
String

デバイス名。

name
String

ロール名。

role
Role

ロールのプロパティ。

resourceGroupName
String

リソース グループ名。

戻り値

適用対象