Interface DiskPool.UpdateStages.WithManagedByExtended

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

public static interface DiskPool.UpdateStages.WithManagedByExtended
The stage of the DiskPool update allowing to specify managedByExtended.
  • Method Summary

    Modifier and Type
    Method
    Description
    withManagedByExtended(List<String> managedByExtended)
    Specifies the managedByExtended property: List of Azure resource ids that manage this resource..
  • Method Details

    • withManagedByExtended

      DiskPool.Update withManagedByExtended(List<String> managedByExtended)
      Specifies the managedByExtended property: List of Azure resource ids that manage this resource..
      Parameters:
      managedByExtended - List of Azure resource ids that manage this resource.
      Returns:
      the next definition stage.