Uses of Class
com.azure.resourcemanager.compute.models.OSProfile
Packages that use OSProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of OSProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return OSProfileModifier and TypeMethodDescriptionVirtualMachineInner.osProfile()Get the osProfile property: Specifies the operating system settings used while creating the virtual machine.VirtualMachinePropertiesInner.osProfile()Get the osProfile property: Specifies the operating system settings used while creating the virtual machine.VirtualMachineScaleSetVMInner.osProfile()Get the osProfile property: Specifies the operating system settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInner.osProfile()Get the osProfile property: Specifies the operating system settings for the virtual machine.VirtualMachineUpdateInner.osProfile()Get the osProfile property: Specifies the operating system settings used while creating the virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type OSProfileModifier and TypeMethodDescriptionVirtualMachineInner.withOsProfile(OSProfile osProfile) Set the osProfile property: Specifies the operating system settings used while creating the virtual machine.VirtualMachinePropertiesInner.withOsProfile(OSProfile osProfile) Set the osProfile property: Specifies the operating system settings used while creating the virtual machine.VirtualMachineScaleSetVMInner.withOsProfile(OSProfile osProfile) Set the osProfile property: Specifies the operating system settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInner.withOsProfile(OSProfile osProfile) Set the osProfile property: Specifies the operating system settings for the virtual machine.VirtualMachineUpdateInner.withOsProfile(OSProfile osProfile) Set the osProfile property: Specifies the operating system settings used while creating the virtual machine. -
Uses of OSProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return OSProfileModifier and TypeMethodDescriptionRestorePointSourceMetadata.osProfile()Get the osProfile property: Gets the OS profile.VirtualMachine.osProfile()VirtualMachineScaleSetVM.osProfile()OSProfile.withAdminPassword(String adminPassword) Set the adminPassword property: Specifies the password of the administrator account.OSProfile.withAdminUsername(String adminUsername) Set the adminUsername property: Specifies the name of the administrator account.OSProfile.withAllowExtensionOperations(Boolean allowExtensionOperations) Set the allowExtensionOperations property: Specifies whether extension operations should be allowed on the virtual machine.OSProfile.withComputerName(String computerName) Set the computerName property: Specifies the host OS name of the virtual machine.OSProfile.withCustomData(String customData) Set the customData property: Specifies a base-64 encoded string of custom data.OSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration) Set the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.OSProfile.withRequireGuestProvisionSignal(Boolean requireGuestProvisionSignal) Set the requireGuestProvisionSignal property: Optional property which must either be set to True or omitted.OSProfile.withSecrets(List<VaultSecretGroup> secrets) Set the secrets property: Specifies set of certificates that should be installed onto the virtual machine.OSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.Methods in com.azure.resourcemanager.compute.models with parameters of type OSProfileModifier and TypeMethodDescriptionRestorePointSourceMetadata.withOsProfile(OSProfile osProfile) Set the osProfile property: Gets the OS profile.