DevCenterProjectResource.GetDevCenterPool(String, CancellationToken) Method

Definition

Gets a machine pool.

public virtual Azure.Response<Azure.ResourceManager.DevCenter.DevCenterPoolResource> GetDevCenterPool(string poolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevCenterPool : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.DevCenterPoolResource>
override this.GetDevCenterPool : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.DevCenterPoolResource>
Public Overridable Function GetDevCenterPool (poolName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevCenterPoolResource)

Parameters

poolName
String

Name of the pool.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

poolName is null.

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

Applies to