Uses of Class
com.azure.resourcemanager.compute.models.OSProfile
-
Packages that use OSProfile Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 OSProfile Modifier and Type Method Description OSProfileVirtualMachineInner. osProfile()Get the osProfile property: Specifies the operating system settings used while creating the virtual machine.OSProfileVirtualMachinePropertiesInner. osProfile()Get the osProfile property: Specifies the operating system settings used while creating the virtual machine.OSProfileVirtualMachineScaleSetVMInner. osProfile()Get the osProfile property: Specifies the operating system settings for the virtual machine.OSProfileVirtualMachineScaleSetVMPropertiesInner. osProfile()Get the osProfile property: Specifies the operating system settings for the virtual machine.OSProfileVirtualMachineUpdateInner. 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 OSProfile Modifier and Type Method Description VirtualMachineInnerVirtualMachineInner. withOsProfile(OSProfile osProfile)Set the osProfile property: Specifies the operating system settings used while creating the virtual machine.VirtualMachinePropertiesInnerVirtualMachinePropertiesInner. withOsProfile(OSProfile osProfile)Set the osProfile property: Specifies the operating system settings used while creating the virtual machine.VirtualMachineScaleSetVMInnerVirtualMachineScaleSetVMInner. withOsProfile(OSProfile osProfile)Set the osProfile property: Specifies the operating system settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInnerVirtualMachineScaleSetVMPropertiesInner. withOsProfile(OSProfile osProfile)Set the osProfile property: Specifies the operating system settings for the virtual machine.VirtualMachineUpdateInnerVirtualMachineUpdateInner. 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 OSProfile Modifier and Type Method Description OSProfileRestorePointSourceMetadata. osProfile()Get the osProfile property: Gets the OS profile.OSProfileVirtualMachine. osProfile()OSProfileVirtualMachineScaleSetVM. osProfile()OSProfileOSProfile. withAdminPassword(String adminPassword)Set the adminPassword property: Specifies the password of the administrator account.OSProfileOSProfile. withAdminUsername(String adminUsername)Set the adminUsername property: Specifies the name of the administrator account.OSProfileOSProfile. withAllowExtensionOperations(Boolean allowExtensionOperations)Set the allowExtensionOperations property: Specifies whether extension operations should be allowed on the virtual machine.OSProfileOSProfile. withComputerName(String computerName)Set the computerName property: Specifies the host OS name of the virtual machine.OSProfileOSProfile. withCustomData(String customData)Set the customData property: Specifies a base-64 encoded string of custom data.OSProfileOSProfile. withLinuxConfiguration(LinuxConfiguration linuxConfiguration)Set the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.OSProfileOSProfile. withRequireGuestProvisionSignal(Boolean requireGuestProvisionSignal)Set the requireGuestProvisionSignal property: Specifies whether the guest provision signal is required to infer provision success of the virtual machine.OSProfileOSProfile. withSecrets(List<VaultSecretGroup> secrets)Set the secrets property: Specifies set of certificates that should be installed onto the virtual machine.OSProfileOSProfile. 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 OSProfile Modifier and Type Method Description RestorePointSourceMetadataRestorePointSourceMetadata. withOsProfile(OSProfile osProfile)Set the osProfile property: Gets the OS profile.
-