Freigeben über


DevTestLabServiceFabricResource.GetDevTestLabServiceFabricSchedule Method

Definition

Get schedule.

public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource> GetDevTestLabServiceFabricSchedule(string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabServiceFabricSchedule : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource>
override this.GetDevTestLabServiceFabricSchedule : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource>
Public Overridable Function GetDevTestLabServiceFabricSchedule (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabServiceFabricScheduleResource)

Parameters

name
String

The name of the Schedule.

expand
String

Specify the $expand query. Example: 'properties($select=status)'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

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

Applies to