次の方法で共有


RolesOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
IRolesOperations

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

deviceName
String

デバイス名。

name
String

ロール名。

resourceGroupName
String

リソース グループ名。

適用対象