MockableMachineLearningArmClient.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.
[System.Obsolete("GetMachineLearninRegistryComponentVersionResource is obsolete and will be removed in a future release. Please use GetMachineLearningRegistryComponentVersionResource instead.")]
public virtual Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource GetMachineLearninRegistryComponentVersionResource(Azure.Core.ResourceIdentifier id);
public virtual Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource GetMachineLearninRegistryComponentVersionResource(Azure.Core.ResourceIdentifier id);
[<System.Obsolete("GetMachineLearninRegistryComponentVersionResource is obsolete and will be removed in a future release. Please use GetMachineLearningRegistryComponentVersionResource instead.")>]
abstract member GetMachineLearninRegistryComponentVersionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource
override this.GetMachineLearninRegistryComponentVersionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource
abstract member GetMachineLearninRegistryComponentVersionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource
override this.GetMachineLearninRegistryComponentVersionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource
Public Overridable Function GetMachineLearninRegistryComponentVersionResource (id As ResourceIdentifier) As MachineLearninRegistryComponentVersionResource
Parameters
The resource ID of the resource to get.
Returns
Returns a Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource object.
- Attributes