Dela via


MachineLearningWorkspaceResource.GetMachineLearningSchedule Method

Definition

Get schedule.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/schedules/{name}
  • Operation Id: Schedules_Get
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