Interface Server.UpdateStages.WithIdentity

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

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

    Modifier and Type
    Method
    Description
    Specifies the identity property: Describes the identity of the application..
  • Method Details

    • withIdentity

      Server.Update withIdentity(UserAssignedIdentity identity)
      Specifies the identity property: Describes the identity of the application..
      Parameters:
      identity - Describes the identity of the application.
      Returns:
      the next definition stage.