Interface DiskPool.UpdateStages.WithManagedBy

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

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

    Modifier and Type
    Method
    Description
    withManagedBy(String managedBy)
    Specifies the managedBy property: Azure resource id.
  • Method Details

    • withManagedBy

      DiskPool.Update withManagedBy(String managedBy)
      Specifies the managedBy property: Azure resource id. Indicates if this resource is managed by another Azure resource..
      Parameters:
      managedBy - Azure resource id. Indicates if this resource is managed by another Azure resource.
      Returns:
      the next definition stage.