ArmHciModelFactory.OsImageProperties(String, String, String, String) 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.
Represents properties of a os image resource.
public static Azure.ResourceManager.Hci.Models.OsImageProperties OsImageProperties(string validatedSolutionRecipeVersion = default, string composedImageVersion = default, string composedImageIsoUri = default, string composedImageIsoHash = default);
static member OsImageProperties : string * string * string * string -> Azure.ResourceManager.Hci.Models.OsImageProperties
Public Shared Function OsImageProperties (Optional validatedSolutionRecipeVersion As String = Nothing, Optional composedImageVersion As String = Nothing, Optional composedImageIsoUri As String = Nothing, Optional composedImageIsoHash As String = Nothing) As OsImageProperties
Parameters
- validatedSolutionRecipeVersion
- String
Represents validated solution recipe version of a os image.
- composedImageVersion
- String
Represents composed image version of a os image.
- composedImageIsoUri
- String
Represents composed image iso download url of a os image.
- composedImageIsoHash
- String
Represents composed image iso hash of a os image.
Returns
A new OsImageProperties instance for mocking.