ScalingPlanPersonalScheduleCollection.Get(String, CancellationToken) Method

Definition

Get a ScalingPlanPersonalSchedule.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/personalSchedules/{scalingPlanScheduleName}
  • Operation Id: ScalingPlanPersonalSchedules_Get
public virtual Azure.Response<Azure.ResourceManager.DesktopVirtualization.ScalingPlanPersonalScheduleResource> Get (string scalingPlanScheduleName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DesktopVirtualization.ScalingPlanPersonalScheduleResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DesktopVirtualization.ScalingPlanPersonalScheduleResource>
Public Overridable Function Get (scalingPlanScheduleName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ScalingPlanPersonalScheduleResource)

Parameters

scalingPlanScheduleName
String

The name of the ScalingPlanSchedule.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

scalingPlanScheduleName is null.

Applies to