次の方法で共有


AppPlatformBuildCollection.GetAsync(String, CancellationToken) メソッド

定義

KPack ビルドを取得します。

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

パラメーター

buildName
String

ビルド リソースの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

buildName が null です。

適用対象