ArmMachineLearningModelFactory.ImageMetadata 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.
Initializes a new instance of ImageMetadata.
public static Azure.ResourceManager.MachineLearning.Models.ImageMetadata ImageMetadata (string currentImageVersion = default, string latestImageVersion = default, bool? isLatestOSImageVersion = default);
static member ImageMetadata : string * string * Nullable<bool> -> Azure.ResourceManager.MachineLearning.Models.ImageMetadata
Public Shared Function ImageMetadata (Optional currentImageVersion As String = Nothing, Optional latestImageVersion As String = Nothing, Optional isLatestOSImageVersion As Nullable(Of Boolean) = Nothing) As ImageMetadata
Parameters
- currentImageVersion
- String
Specifies the current operating system image version this compute instance is running on.
- latestImageVersion
- String
Specifies the latest available operating system image version.
Specifies whether this compute instance is running on the latest operating system image.
Returns
A new ImageMetadata instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET