Interface Workspace.UpdateStages.WithIdentity

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

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

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

    • withIdentity

      Workspace.Update withIdentity(ManagedIdentity identity)
      Specifies the identity property: The identity of the workspace.
      Parameters:
      identity - The identity of the workspace.
      Returns:
      the next definition stage.