Example #1
0
 /// <summary>
 /// Gets the service topology.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group. The name is case insensitive.
 /// </param>
 /// <param name='serviceTopologyName'>
 /// The name of the service topology .
 /// </param>
 public static ServiceTopologyResource Get(this IServiceTopologiesOperations operations, string resourceGroupName, string serviceTopologyName)
 {
     return(operations.GetAsync(resourceGroupName, serviceTopologyName).GetAwaiter().GetResult());
 }