ArmComputeModelFactory.OSVersionPropertiesBase 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 OSVersionPropertiesBase.
public static Azure.ResourceManager.Compute.Models.OSVersionPropertiesBase OSVersionPropertiesBase (string version = default, string label = default, bool? isDefault = default, bool? isActive = default);
static member OSVersionPropertiesBase : string * string * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.Compute.Models.OSVersionPropertiesBase
Public Shared Function OSVersionPropertiesBase (Optional version As String = Nothing, Optional label As String = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional isActive As Nullable(Of Boolean) = Nothing) As OSVersionPropertiesBase
Parameters
- version
- String
The OS version.
- label
- String
The OS version label.
Returns
A new OSVersionPropertiesBase instance for mocking.