Share via


MockableMachineLearningArmClient.GetMachineLearningModelContainerResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a MachineLearningModelContainerResource object.

Applies to