Uses of Class
com.azure.resourcemanager.connectedvmware.models.OsProfile
Packages that use OsProfile
Package
Description
Package containing the inner data models for ConnectedVMwareClient.
Package containing the data models for ConnectedVMwareClient.
-
Uses of OsProfile in com.azure.resourcemanager.connectedvmware.fluent.models
Methods in com.azure.resourcemanager.connectedvmware.fluent.models that return OsProfileModifier and TypeMethodDescriptionVirtualMachineInner.osProfile()
Get the osProfile property: OS properties.VirtualMachineProperties.osProfile()
Get the osProfile property: OS properties.Methods in com.azure.resourcemanager.connectedvmware.fluent.models with parameters of type OsProfileModifier and TypeMethodDescriptionVirtualMachineInner.withOsProfile
(OsProfile osProfile) Set the osProfile property: OS properties.VirtualMachineProperties.withOsProfile
(OsProfile osProfile) Set the osProfile property: OS properties. -
Uses of OsProfile in com.azure.resourcemanager.connectedvmware.models
Methods in com.azure.resourcemanager.connectedvmware.models that return OsProfileModifier and TypeMethodDescriptionVirtualMachine.osProfile()
Gets the osProfile property: OS properties.OsProfile.withAdminPassword
(String adminPassword) Set the adminPassword property: Gets or sets administrator password.OsProfile.withAdminUsername
(String adminUsername) Set the adminUsername property: Gets or sets administrator username.OsProfile.withComputerName
(String computerName) Set the computerName property: Gets or sets computer name.OsProfile.withGuestId
(String guestId) Set the guestId property: Gets or sets the guestId.OsProfile.withLinuxConfiguration
(OsProfileLinuxConfiguration linuxConfiguration) Set the linuxConfiguration property: Specifies the linux configuration for update management.OsProfile.withOsType
(OsType osType) Set the osType property: Gets or sets the type of the os.OsProfile.withWindowsConfiguration
(OsProfileWindowsConfiguration windowsConfiguration) Set the windowsConfiguration property: Specifies the windows configuration for update management.Methods in com.azure.resourcemanager.connectedvmware.models with parameters of type OsProfileModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithOsProfile.withOsProfile
(OsProfile osProfile) Specifies the osProfile property: OS properties..