StandbyPoolExtensions.GetStandbyVirtualMachinePoolAsync Method

Definition

Get a StandbyVirtualMachinePoolResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}
  • Operation Id: StandbyVirtualMachinePools_Get
  • Default Api Version: 2024-03-01
  • Resource: StandbyVirtualMachinePoolResource
C#
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StandbyPool.StandbyVirtualMachinePoolResource>> GetStandbyVirtualMachinePoolAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string standbyVirtualMachinePoolName, System.Threading.CancellationToken cancellationToken = default);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

standbyVirtualMachinePoolName
String

Name of the standby virtual machine pool.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or standbyVirtualMachinePoolName is null.

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

Applies to

Product Versions
Azure SDK for .NET Latest, Preview