AppPlatformBuildServiceResource.GetAppPlatformBuildServiceAgentPool Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie den Builddienst-Agent-Pool ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/agentPools/{agentPoolName}
- Vorgang IdBuildServiceAgentPool_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolResource> GetAppPlatformBuildServiceAgentPool (string agentPoolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformBuildServiceAgentPool : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolResource>
override this.GetAppPlatformBuildServiceAgentPool : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolResource>
Public Overridable Function GetAppPlatformBuildServiceAgentPool (agentPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformBuildServiceAgentPoolResource)
Parameter
- agentPoolName
- String
Der Name der Builddienst-Agent-Poolressource.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
agentPoolName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
agentPoolName
ist NULL.