Share via


ArmConnectedVMwarevSphereModelFactory.OSProfile Method

Definition

Initializes a new instance of OSProfile.

public static Azure.ResourceManager.ConnectedVMwarevSphere.Models.OSProfile OSProfile (string computerName = default, string adminUsername = default, string adminPassword = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.OSType? osType = default, string osName = default, string toolsRunningStatus = default, string toolsVersionStatus = default, string toolsVersion = default);
static member OSProfile : string * string * string * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.OSType> * string * string * string * string -> Azure.ResourceManager.ConnectedVMwarevSphere.Models.OSProfile
Public Shared Function OSProfile (Optional computerName As String = Nothing, Optional adminUsername As String = Nothing, Optional adminPassword As String = Nothing, Optional osType As Nullable(Of OSType) = Nothing, Optional osName As String = Nothing, Optional toolsRunningStatus As String = Nothing, Optional toolsVersionStatus As String = Nothing, Optional toolsVersion As String = Nothing) As OSProfile

Parameters

computerName
String

Gets or sets computer name.

adminUsername
String

Gets or sets administrator username.

adminPassword
String

Gets or sets administrator password.

osType
Nullable<OSType>

Gets or sets the type of the os.

osName
String

Gets or sets os name.

toolsRunningStatus
String

Gets or sets the current running status of VMware Tools running in the guest operating system.

toolsVersionStatus
String

Gets or sets the current version status of VMware Tools installed in the guest operating system.

toolsVersion
String

Gets or sets the current version of VMware Tools.

Returns

A new OSProfile instance for mocking.

Applies to