次の方法で共有


StorageInsightConfigsOperationsExtensions.Delete メソッド

定義

storageInsightsConfigs リソースを削除します

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

パラメーター

operations
IStorageInsightConfigsOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

storageInsightName
String

storageInsightsConfigs リソースの名前

適用対象