JobTargetGroupsOperationsExtensions.ListByAgentAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient tous les groupes cibles d’un agent.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.JobTargetGroupInner>> ListByAgentAsync (this Microsoft.Azure.Management.Sql.Fluent.IJobTargetGroupsOperations operations, string resourceGroupName, string serverName, string jobAgentName, System.Threading.CancellationToken cancellationToken = default);
static member ListByAgentAsync : Microsoft.Azure.Management.Sql.Fluent.IJobTargetGroupsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.JobTargetGroupInner>>
<Extension()>
Public Function ListByAgentAsync (operations As IJobTargetGroupsOperations, resourceGroupName As String, serverName As String, jobAgentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobTargetGroupInner))
Paramètres
- operations
- IJobTargetGroupsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- serverName
- String
Le nom du serveur
- jobAgentName
- String
Nom de l’agent de travail.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET