AppPlatformAppResource.GetAppPlatformBindingAsync 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.
Ruft eine Bindung und ihre Eigenschaften ab.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}
- Vorgangs-IdBindings_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBindingResource>> GetAppPlatformBindingAsync (string bindingName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformBindingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBindingResource>>
override this.GetAppPlatformBindingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBindingResource>>
Public Overridable Function GetAppPlatformBindingAsync (bindingName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformBindingResource))
Parameter
- bindingName
- String
Der Name der Bindungsressource.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
bindingName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
bindingName
ist NULL.