Partager via


LinkedServicesOperationsExtensions.ListByWorkspaceAsync Méthode

Définition

Obtient les instances de services liés dans un espace de travail.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.OperationalInsights.Models.LinkedService>> ListByWorkspaceAsync (this Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations operations, string resourceGroupName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceAsync : Microsoft.Azure.Management.OperationalInsights.ILinkedServicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.OperationalInsights.Models.LinkedService>>
<Extension()>
Public Function ListByWorkspaceAsync (operations As ILinkedServicesOperations, resourceGroupName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of LinkedService))

Paramètres

operations
ILinkedServicesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName
String

Nom de l’espace de travail.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à