Sprog

MachineLearningWorkspaceResource.GetMachineLearningSchedule Method

Definition

Get schedule.

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

Parameters

name
String

Schedule name.

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