Share via


LabPlanResource.Get(CancellationToken) Method

Definition

Retrieves the properties of a Lab Plan.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labPlans/{labPlanName}
  • Operation Id: LabPlans_Get
public virtual Azure.Response<Azure.ResourceManager.LabServices.LabPlanResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LabServices.LabPlanResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.LabServices.LabPlanResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of LabPlanResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to