次の方法で共有


RolesOperationsExtensions.Get メソッド

定義

名前で特定のロールを取得します。

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

パラメーター

operations
IRolesOperations

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

deviceName
String

デバイス名。

name
String

ロール名。

resourceGroupName
String

リソース グループ名。

戻り値

適用対象