次の方法で共有


LinkedStorageAccountsOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
ILinkedStorageAccountsOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

dataSourceType
DataSourceType

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

戻り値

適用対象