次の方法で共有


RolesOperationsExtensions.BeginDelete メソッド

定義

デバイス上のロールを削除します。

public static void BeginDelete(this Microsoft.Azure.Management.DataBoxEdge.IRolesOperations operations, string deviceName, string name, string resourceGroupName);
static member BeginDelete : Microsoft.Azure.Management.DataBoxEdge.IRolesOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IRolesOperations, deviceName As String, name As String, resourceGroupName As String)

パラメーター

operations
IRolesOperations

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

deviceName
String

デバイス名。

name
String

ロール名。

resourceGroupName
String

リソース グループ名。

適用対象