Partager via


AppPlatformBuildServiceAgentPoolCollection.GetAsync Méthode

Définition

Obtenir un pool d’agents de service de build.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/agentPools/{agentPoolName}
  • IdBuildServiceAgentPool_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolResource>> GetAsync (string agentPoolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolResource>>
Public Overridable Function GetAsync (agentPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformBuildServiceAgentPoolResource))

Paramètres

agentPoolName
String

Nom de la ressource de pool d’agents de service de build.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

agentPoolName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

agentPoolName a la valeur null.

S’applique à