次の方法で共有


SharesOperationsExtensions.Get メソッド

定義

名前で共有を取得します。

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

パラメーター

operations
ISharesOperations

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

deviceName
String

デバイス名。

name
String

共有名。

resourceGroupName
String

リソース グループ名。

戻り値

適用対象