次の方法で共有


WorkbooksOperationsExtensions.Delete メソッド

定義

ブックを削除します。

public static void Delete (this Microsoft.Azure.Management.ApplicationInsights.Management.IWorkbooksOperations operations, string resourceGroupName, string resourceName);
static member Delete : Microsoft.Azure.Management.ApplicationInsights.Management.IWorkbooksOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IWorkbooksOperations, resourceGroupName As String, resourceName As String)

パラメーター

operations
IWorkbooksOperations

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

resourceGroupName
String

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

resourceName
String

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

適用対象