コード例 #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='repositoryName'>
 /// </param>
 /// <param name='rowKey'>
 /// </param>
 /// <param name='fileName'>
 /// </param>
 public static void HomeRepositoryFileByRepositoryNameByRowKeyByFileNameGet(this ISettingsServiceV2API operations, string repositoryName, string rowKey, string fileName)
 {
     operations.HomeRepositoryFileByRepositoryNameByRowKeyByFileNameGetAsync(repositoryName, rowKey, fileName).GetAwaiter().GetResult();
 }