次の方法で共有


SharesOperationsExtensions.Refresh メソッド

定義

クラウドからのデータを使用して共有メタデータを更新します。

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

パラメーター

operations
ISharesOperations

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

deviceName
String

デバイス名。

name
String

共有名。

resourceGroupName
String

リソース グループ名。

適用対象