StandbyVirtualMachinePoolCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}
  • Operation Id: StandbyVirtualMachinePools_Get
  • Default Api Version: 2024-03-01
  • Resource: StandbyVirtualMachinePoolResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.StandbyPool.StandbyVirtualMachinePoolResource>> GetIfExistsAsync (string standbyVirtualMachinePoolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.StandbyPool.StandbyVirtualMachinePoolResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.StandbyPool.StandbyVirtualMachinePoolResource>>
Public Overridable Function GetIfExistsAsync (standbyVirtualMachinePoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of StandbyVirtualMachinePoolResource))

Parameters

standbyVirtualMachinePoolName
String

Name of the standby virtual machine pool.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

standbyVirtualMachinePoolName is null.

Applies to