Share via


AppPlatformBuildServiceCollection.Get(String, CancellationToken) Method

Definition

Get a build service resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}
  • Operation Id: BuildService_GetBuildService
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildServiceResource
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceResource> Get(string buildServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceResource>
Public Overridable Function Get (buildServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformBuildServiceResource)

Parameters

buildServiceName
System.String

The name of the build service resource.

cancellationToken
System.Threading.CancellationToken

The cancellation token to use.

Returns

Exceptions

System.ArgumentException

buildServiceName is an empty string, and was expected to be non-empty.

System.ArgumentNullException

buildServiceName is null.

Applies to