Interface Factory.UpdateStages.WithIdentity

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

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

    Modifier and Type
    Method
    Description
    Specifies the identity property: Managed service identity of the factory..
  • Method Details

    • withIdentity

      Factory.Update withIdentity(FactoryIdentity identity)
      Specifies the identity property: Managed service identity of the factory..
      Parameters:
      identity - Managed service identity of the factory.
      Returns:
      the next definition stage.