Interface VirtualMachine.UpdateStages.WithIdentity

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

public static interface VirtualMachine.UpdateStages.WithIdentity
The stage of the VirtualMachine update allowing to specify identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the identity property: The identity of the resource..
  • Method Details

    • withIdentity

      VirtualMachine.Update withIdentity(Identity identity)
      Specifies the identity property: The identity of the resource..
      Parameters:
      identity - The identity of the resource.
      Returns:
      the next definition stage.