示例#1
0
 /// <summary>
 /// Returns a list of azure subscriptions for the app
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='ownerName'>
 /// The name of the owner
 /// </param>
 /// <param name='appName'>
 /// The name of the application
 /// </param>
 public static IList <AzureSubscriptionResponse> ListForApp(this IAzureSubscription operations, string ownerName, string appName)
 {
     return(operations.ListForAppAsync(ownerName, appName).GetAwaiter().GetResult());
 }