MachineLearningExtensions.GetMachineLearninRegistryComponentVersionResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The resource ID of the resource to get.
Returns
Returns a Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource object.
- Attributes
Exceptions
client is null.