次の方法で共有


DataExportsOperationsExtensions.Get メソッド

定義

データ エクスポート インスタンスを取得します。

public static Microsoft.Azure.Management.OperationalInsights.Models.DataExport Get(this Microsoft.Azure.Management.OperationalInsights.IDataExportsOperations operations, string resourceGroupName, string workspaceName, string dataExportName);
static member Get : Microsoft.Azure.Management.OperationalInsights.IDataExportsOperations * string * string * string -> Microsoft.Azure.Management.OperationalInsights.Models.DataExport
<Extension()>
Public Function Get (operations As IDataExportsOperations, resourceGroupName As String, workspaceName As String, dataExportName As String) As DataExport

パラメーター

operations
IDataExportsOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前。

dataExportName
String

データ エクスポート ルール名。

戻り値

適用対象