예제 #1
0
 /// <summary>
 /// Gets source control token
 /// </summary>
 /// <remarks>
 /// Gets source control token
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='sourceControlType'>
 /// Type of source control
 /// </param>
 public static SourceControl GetSourceControl(this IWebSiteManagementClient operations, string sourceControlType)
 {
     return(operations.GetSourceControlAsync(sourceControlType).GetAwaiter().GetResult());
 }