AppPlatformBuilderResource.GetAppPlatformBuildpackBinding 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 eine Buildpack-Bindung anhand des Namens ab.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builders/{builderName}/buildpackBindings/{buildpackBindingName}
- Vorgangs-IdBuildpackBinding_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildpackBindingResource> GetAppPlatformBuildpackBinding (string buildpackBindingName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformBuildpackBinding : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildpackBindingResource>
override this.GetAppPlatformBuildpackBinding : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildpackBindingResource>
Public Overridable Function GetAppPlatformBuildpackBinding (buildpackBindingName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformBuildpackBindingResource)
Parameter
- buildpackBindingName
- String
Der Name des Buildpack-Bindungsnamens.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
buildpackBindingName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
buildpackBindingName
ist NULL.