LinkedStorageAccountsOperationsExtensions.ListByWorkspace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all linked storage accounts associated with the specified workspace, storage accounts will be sorted by their data source type.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.OperationalInsights.Models.LinkedStorageAccountsResource> ListByWorkspace (this Microsoft.Azure.Management.OperationalInsights.ILinkedStorageAccountsOperations operations, string resourceGroupName, string workspaceName);
static member ListByWorkspace : Microsoft.Azure.Management.OperationalInsights.ILinkedStorageAccountsOperations * string * string -> seq<Microsoft.Azure.Management.OperationalInsights.Models.LinkedStorageAccountsResource>
<Extension()>
Public Function ListByWorkspace (operations As ILinkedStorageAccountsOperations, resourceGroupName As String, workspaceName As String) As IEnumerable(Of LinkedStorageAccountsResource)
Parameters
- operations
- ILinkedStorageAccountsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- workspaceName
- String
The name of the workspace.