ภาษา

MachineLearningExtensions.GetMachineLearningWorkspace Method

Definition

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

public static Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource> GetMachineLearningWorkspace(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member GetMachineLearningWorkspace : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource>
<Extension()>
Public Function GetMachineLearningWorkspace (resourceGroupResource As ResourceGroupResource, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As 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