次の方法で共有


LinkedStorageAccountsOperationsExtensions.Delete メソッド

定義

指定したワークスペースに関連付けられている特定のデータ ソースの種類のすべてのリンクされたストレージ アカウントを削除します。

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

パラメーター

operations
ILinkedStorageAccountsOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

dataSourceType
DataSourceType

リンクされたストレージ アカウントの種類。 使用できる値は、'CustomLogs'、'AzureWatson'、'Query'、'Alerts' です。

適用対象