AppPlatformBuildServiceResource.GetAppPlatformBuildAsync 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 einen KPack-Build ab.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
- Vorgangs-IdBuildService_GetBuild
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildResource>> GetAppPlatformBuildAsync (string buildName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformBuildAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildResource>>
override this.GetAppPlatformBuildAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildResource>>
Public Overridable Function GetAppPlatformBuildAsync (buildName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformBuildResource))
Parameter
- buildName
- String
Der Name der Buildressource.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
buildName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
buildName
ist NULL.