Lingua

MachineLearningExtensions.GetMachineLearninRegistryComponentVersionResource Method

Definition

Caution

GetMachineLearninRegistryComponentVersionResource is obsolete and will be removed in a future release. Please use GetMachineLearningRegistryComponentVersionResource instead.

Gets an object representing a Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetMachineLearninRegistryComponentVersionResource(ResourceIdentifier) instead. </item>

[System.Obsolete("GetMachineLearninRegistryComponentVersionResource is obsolete and will be removed in a future release. Please use GetMachineLearningRegistryComponentVersionResource instead.")]
public static Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource GetMachineLearninRegistryComponentVersionResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
public static Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource GetMachineLearninRegistryComponentVersionResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
[<System.Obsolete("GetMachineLearninRegistryComponentVersionResource is obsolete and will be removed in a future release. Please use GetMachineLearningRegistryComponentVersionResource instead.")>]
static member GetMachineLearninRegistryComponentVersionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource
static member GetMachineLearninRegistryComponentVersionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource
<Extension()>
Public Function GetMachineLearninRegistryComponentVersionResource (client As ArmClient, id As ResourceIdentifier) As MachineLearninRegistryComponentVersionResource

Parameters

client
ArmClient

The ArmClient the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource

Returns a Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource object.

Attributes

Exceptions

client is null.

Applies to