MockableMachineLearningArmClient.GetMachineLearningBatchDeploymentResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a MachineLearningBatchDeploymentResource object.

Applies to