次の方法で共有


WorkbooksOperationsExtensions.Update メソッド

定義

既に追加されているブックを更新します。

public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.Workbook Update (this Microsoft.Azure.Management.ApplicationInsights.Management.IWorkbooksOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.Workbook workbookProperties);
static member Update : Microsoft.Azure.Management.ApplicationInsights.Management.IWorkbooksOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.Workbook -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.Workbook
<Extension()>
Public Function Update (operations As IWorkbooksOperations, resourceGroupName As String, resourceName As String, workbookProperties As Workbook) As Workbook

パラメーター

operations
IWorkbooksOperations

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

resourceGroupName
String

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

resourceName
String

Application Insights コンポーネント リソースの名前。

workbookProperties
Workbook

新しいブックを作成するために指定する必要があるプロパティ。

戻り値

適用対象