Interface VirtualMachine.UpdateStages.WithLicenseType
-
- All Known Subinterfaces:
VirtualMachine.Update,VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate
- Enclosing interface:
- VirtualMachine.UpdateStages
public static interface VirtualMachine.UpdateStages.WithLicenseTypeThe 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachine.UpdatewithLicenseType(String licenseType)Specifies that the image or disk that is being used was licensed on-premises.
-
-
-
Method Detail
-
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
-
-