Ejemplo n.º 1
0
 /// <summary>
 /// List all the servers in a given resource group.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group that contains the resource. You can obtain
 /// this value from the Azure Resource Manager API or the portal.
 /// </param>
 public static IEnumerable <Server> ListByResourceGroup(this IServersOperations operations, string resourceGroupName)
 {
     return(operations.ListByResourceGroupAsync(resourceGroupName).GetAwaiter().GetResult());
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Gets a list of servers in a resource groups.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group that contains the resource. You can obtain
 /// this value from the Azure Resource Manager API or the portal.
 /// </param>
 /// <param name='expand'>
 /// The child resources to include in the response.
 /// </param>
 public static IPage <Server> ListByResourceGroup(this IServersOperations operations, string resourceGroupName, string expand = default(string))
 {
     return(operations.ListByResourceGroupAsync(resourceGroupName, expand).GetAwaiter().GetResult());
 }