Interface VirtualMachine.UpdateStages.WithUserData

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

public static interface VirtualMachine.UpdateStages.WithUserData
The stage of the virtual machine update allowing to user data configurations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withUserData(String base64EncodedUserData)
    Specifies the user data for the virtual machine.
  • Method Details

    • withUserData

      VirtualMachine.Update withUserData(String base64EncodedUserData)
      Specifies the user data for the virtual machine.
      Parameters:
      base64EncodedUserData - the base64 encoded user data
      Returns:
      the next stage of the update