Udostępnij za pośrednictwem


HostPoolCollection.Exists(String, CancellationToken) Method

Definition

Checks to see if the resource exists in azure.

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

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