次の方法で共有


DataExportsOperationsExtensions.CreateOrUpdate メソッド

定義

データ エクスポートを作成または更新します。

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

パラメーター

operations
IDataExportsOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

dataExportName
String

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

parameters
DataExport

データ エクスポートを作成または更新するために必要なパラメーター。

戻り値

適用対象