ArmConnectedVMwarevSphereModelFactory.OSProfileForVmInstance 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 OSProfileForVmInstance.
public static Azure.ResourceManager.ConnectedVMwarevSphere.Models.OSProfileForVmInstance OSProfileForVmInstance (string computerName = default, string adminUsername = default, string adminPassword = default, string guestId = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareOSType? osType = default, string osSku = default, string toolsRunningStatus = default, string toolsVersionStatus = default, string toolsVersion = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareVmWindowsConfiguration windowsConfiguration = default);
static member OSProfileForVmInstance : string * string * string * string * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareOSType> * string * string * string * string * Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareVmWindowsConfiguration -> Azure.ResourceManager.ConnectedVMwarevSphere.Models.OSProfileForVmInstance
Public Shared Function OSProfileForVmInstance (Optional computerName As String = Nothing, Optional adminUsername As String = Nothing, Optional adminPassword As String = Nothing, Optional guestId As String = Nothing, Optional osType As Nullable(Of VMwareOSType) = Nothing, Optional osSku As String = Nothing, Optional toolsRunningStatus As String = Nothing, Optional toolsVersionStatus As String = Nothing, Optional toolsVersion As String = Nothing, Optional windowsConfiguration As VMwareVmWindowsConfiguration = Nothing) As OSProfileForVmInstance
Parameters
- computerName
- String
Gets or sets computer name.
- adminUsername
- String
Gets or sets administrator username.
- adminPassword
- String
Sets administrator password.
- guestId
- String
Gets or sets the guestId.
- osType
- Nullable<VMwareOSType>
Gets or sets the type of the os.
- osSku
- String
Gets or sets os sku.
- 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.
- windowsConfiguration
- VMwareVmWindowsConfiguration
Windows Configuration.
Returns
A new OSProfileForVmInstance instance for mocking.
Applies to
Azure SDK for .NET