次の方法で共有


AppPlatformServiceResource.GetAppPlatformBuildService メソッド

定義

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

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

パラメーター

buildServiceName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

buildServiceName が null です。

適用対象