ManagedInstancesOperationsExtensions.List 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.
Gets a list of all managed instances in the subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstance> List(this Microsoft.Azure.Management.Sql.IManagedInstancesOperations operations, string expand = default);
static member List : Microsoft.Azure.Management.Sql.IManagedInstancesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstance>
<Extension()>
Public Function List (operations As IManagedInstancesOperations, Optional expand As String = Nothing) As IPage(Of ManagedInstance)
Parameters
- operations
- IManagedInstancesOperations
The operations group for this extension method.
- expand
- String
The child resources to include in the response.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET