MockableMachineLearningArmClient.GetMachineLearningWorkspaceResource Method

Definition

Gets an object representing a MachineLearningWorkspaceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a MachineLearningWorkspaceResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource GetMachineLearningWorkspaceResource (Azure.Core.ResourceIdentifier id);
abstract member GetMachineLearningWorkspaceResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource
override this.GetMachineLearningWorkspaceResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.MachineLearningWorkspaceResource
Public Overridable Function GetMachineLearningWorkspaceResource (id As ResourceIdentifier) As MachineLearningWorkspaceResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a MachineLearningWorkspaceResource object.

Applies to