次の方法で共有


AppPlatformAppResource.GetAppPlatformBinding メソッド

定義

Binding とそのプロパティを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}
  • 操作IdBindings_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBindingResource> GetAppPlatformBinding (string bindingName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformBinding : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBindingResource>
override this.GetAppPlatformBinding : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBindingResource>
Public Overridable Function GetAppPlatformBinding (bindingName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformBindingResource)

パラメーター

bindingName
String

Binding リソースの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

bindingName は空の文字列であり、空でないと想定されていました。

bindingName が null です。

適用対象