ManagersOperationsExtensions.List(IManagersOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves all the managers in a subscription.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorSimple8000Series.Models.Manager> List (this Microsoft.Azure.Management.StorSimple8000Series.IManagersOperations operations);
static member List : Microsoft.Azure.Management.StorSimple8000Series.IManagersOperations -> seq<Microsoft.Azure.Management.StorSimple8000Series.Models.Manager>
<Extension()>
Public Function List (operations As IManagersOperations) As IEnumerable(Of Manager)
Parameters
- operations
- IManagersOperations
The operations group for this extension method.