ScalingPlanResource.GetScalingPlanPersonalSchedule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a ScalingPlanPersonalSchedule.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/personalSchedules/{scalingPlanScheduleName}
- Operation Id: ScalingPlanPersonalSchedules_Get
- Default Api Version: 2024-04-03
- Resource: ScalingPlanPersonalScheduleResource
public virtual Azure.Response<Azure.ResourceManager.DesktopVirtualization.ScalingPlanPersonalScheduleResource> GetScalingPlanPersonalSchedule (string scalingPlanScheduleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetScalingPlanPersonalSchedule : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DesktopVirtualization.ScalingPlanPersonalScheduleResource>
override this.GetScalingPlanPersonalSchedule : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DesktopVirtualization.ScalingPlanPersonalScheduleResource>
Public Overridable Function GetScalingPlanPersonalSchedule (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 null.
scalingPlanScheduleName
is an empty string, and was expected to be non-empty.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET