共用方式為


HostPoolCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}
  • Operation Id: HostPools_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.DesktopVirtualization.HostPoolResource> GetIfExists (string hostPoolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DesktopVirtualization.HostPoolResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DesktopVirtualization.HostPoolResource>
Public Overridable Function GetIfExists (hostPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of HostPoolResource)

Parameters

hostPoolName
String

The name of the host pool within the specified resource group.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

hostPoolName is null.

Applies to