ScalingPlanPersonalScheduleCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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