Interface VirtualMachine.UpdateStages.WithLicenseType

All Known Subinterfaces:
VirtualMachine.Update, VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate
Enclosing interface:
VirtualMachine.UpdateStages

public static interface VirtualMachine.UpdateStages.WithLicenseType
The stage of the virtual machine update allowing to specify that the image or disk that is being used was licensed on-premises. This element is only used for images that contain the Windows Server operating system.
  • Method Summary

    Modifier and Type
    Method
    Description
    withLicenseType(String licenseType)
    Specifies that the image or disk that is being used was licensed on-premises.
  • Method Details

    • withLicenseType

      VirtualMachine.Update withLicenseType(String licenseType)
      Specifies that the image or disk that is being used was licensed on-premises.
      Parameters:
      licenseType - license type
      Returns:
      the next stage of the virtual machine update