次の方法で共有


AppPlatformServiceResource.GetAppPlatformBuildServiceAsync メソッド

定義

ビルド サービス リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}
  • 操作IdBuildService_GetBuildService
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceResource>> GetAppPlatformBuildServiceAsync (string buildServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformBuildServiceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceResource>>
override this.GetAppPlatformBuildServiceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceResource>>
Public Overridable Function GetAppPlatformBuildServiceAsync (buildServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformBuildServiceResource))

パラメーター

buildServiceName
String

ビルド サービス リソースの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

buildServiceName が null です。

適用対象