Ejemplo n.º 1
0
 /// <summary>
 /// Gets a list of all managed instances in the subscription.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='expand'>
 /// The child resources to include in the response.
 /// </param>
 public static IPage <ManagedInstance> List(this IManagedInstancesOperations operations, string expand = default(string))
 {
     return(operations.ListAsync(expand).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Gets a list of all managed instances in the subscription.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IPage <ManagedInstance> List(this IManagedInstancesOperations operations)
 {
     return(operations.ListAsync().GetAwaiter().GetResult());
 }