ภาษา

MachineLearningExtensions.GetMachineLearningWorkspaceAsync Method

Definition

Gets the properties of the specified machine learning workspace. <item> Mocking. To mock this method, please mock GetMachineLearningWorkspaceAsync(String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource>> GetMachineLearningWorkspaceAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member GetMachineLearningWorkspaceAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource>>
<Extension()>
Public Function GetMachineLearningWorkspaceAsync (resourceGroupResource As ResourceGroupResource, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearningWorkspaceResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

workspaceName
String

Azure Machine Learning Workspace Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

resourceGroupResource is null.

Applies to