示例#1
0
 /// <summary>
 /// Returns the list of Git branches for this application
 /// </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 <BranchStatus> ListBranches(this IBuilds operations, string ownerName, string appName)
 {
     return(operations.ListBranchesAsync(ownerName, appName).GetAwaiter().GetResult());
 }