Freigeben über


AppPlatformServiceResource.GetAppPlatformBuildServiceAsync Methode

Definition

Rufen Sie eine Builddienstressource ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}
  • Vorgang IdBuildService_GetBuildService
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceResource>> GetAppPlatformBuildServiceAsync (string buildServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformBuildServiceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceResource>>
override this.GetAppPlatformBuildServiceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceResource>>
Public Overridable Function GetAppPlatformBuildServiceAsync (buildServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformBuildServiceResource))

Parameter

buildServiceName
String

Der Name der Builddienstressource.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

buildServiceName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

buildServiceName ist NULL.

Gilt für: